6 lines
101 B
YAML
6 lines
101 B
YAML
ports:
|
|
- port: 8080
|
|
tasks:
|
|
- init: npm ci && npm run build
|
|
command: node server 8080 0.0.0.0
|