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

@@ -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: |