fix: gitpod updates

This commit is contained in:
Andras Bacsai
2022-07-12 08:56:32 +02:00
parent 7b6e7680a6
commit 59bc2dd8a7

View File

@@ -1,9 +1,14 @@
# This configuration file was automatically generated by Gitpod. # This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others. # and commit this file to your remote git repository to share the goodness with others.
image: node:18
tasks: tasks:
- init: npm install && npm run build - init: pnpm install && pnpm db:push && pnpm db:seed
command: npm run start env:
COOLIFY_DATABASE_URL=file:../db/dev.db
COOLIFY_SECRET_KEY=12341234123412341234123412341234
command: pnpm dev
ports:
- port: 3001
visibility: public