Fix database experience (#2263)

This commit is contained in:
Lucas Bordeau
2023-10-27 17:48:06 +02:00
committed by GitHub
parent 3c6ce75606
commit 14ae8da424
6 changed files with 81 additions and 6 deletions

View File

@ -10,7 +10,6 @@ provision-postgres:
@docker rm twenty_postgres || true
@docker volume rm twenty_db_data || true
@docker compose up --build postgres -d
@cd ../../server && yarn database:setup && yarn database:reset
up:
@docker compose up -d