Skip to content

Commit

Permalink
Merge branch 'main' into dockerizarPrisma
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandes-natanael authored Dec 10, 2023
2 parents b594f59 + 7f106df commit fde6236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.exemplo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATABASE_URL="postgresql://postgres:postgres@postgres-printgo:5432/printgo-local"
DATABASE_URL="postgresql://postgres:postgres@postgres-printgo:5432/printgo-local"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

3. Container do banco rodando execute as migrações da base de dados:

- **Atenção: comando deverá ser executado fora do container**

```bash
npm run migrate
```
Expand Down

0 comments on commit fde6236

Please sign in to comment.