10 lines
161 B
YAML
10 lines
161 B
YAML
image: gitpod/workspace-node-lts
|
|
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|
|
visibility: public
|
|
|
|
tasks:
|
|
- init: npm install
|
|
command: npm run start
|