Skip to content

Commit

Permalink
Ajustada nomenclatura dos arquivos Dockerfile e atualizado README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reysonbarros committed Dec 12, 2023
1 parent b2ce744 commit 20fd9ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ Os comandos abaixo irão gerar imagens distroless com multistage build deixando-

Build e push da image do giropops-senhas ao Dockerhub
```
docker image build --no-cache -f Dockerfile-app.yaml -t reysonbarros/giropops-senhas:1.0 .
docker image build --no-cache -f Dockerfile.app -t reysonbarros/giropops-senhas:1.0 .
docker login
docker image push reysonbarros/giropops-senhas:1.0
```

Build e push da image do giropops-redis ao Dockerhub
```
docker image build --no-cache -f Dockerfile-redis.yaml -t reysonbarros/giropops-redis:7.2.3 .
docker image build --no-cache -f Dockerfile.redis -t reysonbarros/giropops-redis:7.2.3 .
docker login
docker image push reysonbarros/giropops-redis:7.2.3
```
Expand Down

0 comments on commit 20fd9ce

Please sign in to comment.