Skip to content

Commit 61eef52

Browse files
authored
Update README.md
1 parent adbf457 commit 61eef52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ O API está documentado com mais detalhes no código aqui: https://github.com/ak
5353
# Como rodar o micro-serviço
5454

5555
```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
56+
docker run -p 9292:9292 ghcr.io/akretion/boleto_cnab_api
6057
```
6158

6259
# Exemplos de como consumir o serviço usando sua linguagem preferida:

0 commit comments

Comments
 (0)