coolify/.gitpod.yml

12 lines
414 B
YAML
Raw Normal View History

2022-05-19 06:23:23 +02:00
# This configuration file was automatically generated by Gitpod.
# 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.
2022-07-12 13:00:58 +02:00
image: gitpod/workspace-node:2022-06-20-19-54-55
2022-05-19 06:23:23 +02:00
tasks:
2022-07-25 11:36:31 +02:00
- init: pnpm install && pnpm db:push && pnpm db:seed
2022-07-12 08:56:32 +02:00
command: pnpm dev
2022-05-19 06:23:23 +02:00
2022-07-12 08:56:32 +02:00
ports:
- port: 3001
2022-07-12 13:00:58 +02:00
visibility: public