Files
shields/.gitpod.yml
2019-01-21 11:44:53 -05:00

6 lines
106 B
YAML

ports:
- port: 8080
tasks:
- init: npm install && npm run build
command: node server 8080 0.0.0.0