chore: configure Gitpod

This commit is contained in:
Ahmed Bouhuolia
2023-11-05 02:58:48 +02:00
parent eeb67d4005
commit 5027f9fe5d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ MAIL_FROM_NAME=
MAIL_FROM_ADDRESS=
# Database
DB_HOST=mysql
DB_HOST=localhost
DB_USER=bigcapital
DB_PASSWORD=bigcapital
DB_ROOT_PASSWORD=root

View File

@@ -2,8 +2,8 @@ tasks:
- name: Init
init: |
pnpm install &&
docker-compose pull &&
cp .env.example .env &&
docker-compose up -d &&
pnpm run build:server &&
node packages/server/build/commands.js system:migrate:latest
command: |