-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy path.gitpod.yml
More file actions
25 lines (23 loc) · 604 Bytes
/
.gitpod.yml
File metadata and controls
25 lines (23 loc) · 604 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
image:
file: .gitpod.Dockerfile
workspaceLocation: gitpod/gitpod-ws.code-workspace
ports:
- port: 3000
onOpen: open-preview
visibility: public
name: Website
description: Preview of Website
- port: 5900
onOpen: ignore
name: VNC
description: VNC Server
- port: 6080
onOpen: open-preview
visibility: public
name: VNC
description: VNC Viewer
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/configure/workspaces/tasks/
tasks:
- init: npm install
command: npm run start
name: Start