fix: update script, docs and devcontainer

This commit is contained in:
Mythie
2023-10-08 21:51:15 +11:00
parent 6fd72321b3
commit fc876a41d9
3 changed files with 23 additions and 10 deletions

View File

@ -9,10 +9,5 @@ npm install
# Copy the env file
cp .env.example .env
# Source the env file, export the variables
set -a
source .env
set +a
# Run the migrations
npm run -w @documenso/prisma prisma:migrate-dev
npm run prisma:migrate-dev