Files
shields/.gitpod.yml
2019-02-18 17:28:09 -06:00

6 lines
101 B
YAML

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