Locaft-backend/.gitpod.yml

7 lines
108 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start