We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbf457 commit 61eef52Copy full SHA for 61eef52
README.md
@@ -53,10 +53,7 @@ O API está documentado com mais detalhes no código aqui: https://github.com/ak
53
# Como rodar o micro-serviço
54
55
```bash
56
-git clone https://github.com/akretion/boleto_cnab_api.git
57
-cd boleto_cnab_api
58
-docker build -t akretion/boleto_cnab_api .
59
-docker run -ti -p 9292:9292 akretion/boleto_cnab_api
+docker run -p 9292:9292 ghcr.io/akretion/boleto_cnab_api
60
```
61
62
# Exemplos de como consumir o serviço usando sua linguagem preferida:
0 commit comments