fix: update codespaces on create script

This commit is contained in:
Lucas Smith
2024-03-18 01:28:26 +00:00
parent 4ac800fa78
commit bd20c5499f

View File

@ -1,13 +1,10 @@
#!/usr/bin/env bash
# Start the database and mailserver
docker compose -f ./docker/compose-without-app.yml up -d
# Install dependencies
npm install
# Copy the env file
cp .env.example .env
# Run the migrations
npm run prisma:migrate-dev
# Run the dev setup
npm run dx