mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
fix: update codespaces on create script
This commit is contained in:
@ -1,13 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Start the database and mailserver
|
|
||||||
docker compose -f ./docker/compose-without-app.yml up -d
|
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# Copy the env file
|
# Copy the env file
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
|
|
||||||
# Run the migrations
|
# Run the dev setup
|
||||||
npm run prisma:migrate-dev
|
npm run dx
|
||||||
|
|||||||
Reference in New Issue
Block a user