Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raissabrizeno authored Aug 10, 2024
1 parent e7ae069 commit cf261e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercicios/para-sala/users-api-aula/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker build -t aula-devops:1.0.0 .
Executando a aplicação em container docker local:

```sh
docker run -p 3000:3000 minha-aplicacao
docker run -p 3000:3000 aula-devops:1.0.0
```
- Construindo um pipeline para a aplicação no Git Acctions que faz push para o Docker Hub:

Expand Down

0 comments on commit cf261e7

Please sign in to comment.