Merge pull request #486 from coollabsio:gitpod

Update .gitpod.yml
This commit is contained in:
Andras Bacsai 2022-07-12 13:35:10 +02:00 committed by GitHub
commit 002637ec5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,11 @@
# 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 image: gitpod/workspace-node:2022-06-20-19-54-55
tasks: tasks:
- before: curl -sL https://unpkg.com/@pnpm/self-installer | node
- init: pnpm install && pnpm db:push && pnpm db:seed - init: pnpm install && pnpm db:push && pnpm db:seed
command: pnpm dev command: pnpm dev
ports: ports:
- port: 3001 - port: 3001
visibility: public visibility: public