coolify/.gitpod.yml
2022-07-25 09:34:55 +00:00

12 lines
382 B
YAML

# 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.
image: gitpod/workspace-node:2022-06-20-19-54-55
tasks:
- init: pnpm install
command: pnpm dev
ports:
- port: 3001
visibility: public