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 cf261e7 commit 298300a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercicios/para-sala/users-api-aula/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ npm install
```sh
npm run start:dev
```
Onde a aplicação vai estar rodando é no ```http://localhost:3000/users```

### Executar o projeto via Docker:

- Requisitos:
Expand Down Expand Up @@ -117,6 +119,8 @@ Executando a aplicação em container docker local:
```sh
docker run -p 3000:3000 aula-devops:1.0.0
```
Onde a aplicação vai estar rodando é no ```http://localhost:3000/users```

- Construindo um pipeline para a aplicação no Git Acctions que faz push para o Docker Hub:

- Crie as secrets que vai usar no projeto. *Settings* > *secrets and variables* > clique em *New repository secret* > *Add Secret*. Faça isso com todas que for usar no pipeline.
Expand Down

0 comments on commit 298300a

Please sign in to comment.