Skip to content

Commit

Permalink
ajusta texto
Browse files Browse the repository at this point in the history
  • Loading branch information
raissabrizeno committed Aug 9, 2024
1 parent 07da56f commit 244f96c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercicios/para-sala/users-api-aula/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ CMD ["npm", "start"]

```

- Buildando a aplicação:
- Buildando a aplicação em docker local:

```sh
docker run -p 3000:3000 minha-aplicacao
```

- Buildando a aplicação no Git Acctions e fazendo push para o Docker Hub

### Acessando rota via CURL

- GET lista de usuários:
Expand Down

0 comments on commit 244f96c

Please sign in to comment.