Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoKroetz authored Jul 1, 2024
1 parent ad8bb6d commit 203febc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=<sua_senha>" \
-d mcr.microsoft.com/mssql/server:2022-latest
```

Na pasta "Hotel.Domain", atualize o banco de dados executando:

```bash
dotnet ef database update
```

<h3 id="environments">Variáveis de ambiente</h3>
<p>Adicione essas variáveis de ambiente em um arquivo <code>appsettings.json</code> na pasta Hotel.Domain:</p>

Expand Down

0 comments on commit 203febc

Please sign in to comment.