-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitpod.yml
More file actions
19 lines (18 loc) · 775 Bytes
/
.gitpod.yml
File metadata and controls
19 lines (18 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
tasks:
- init: echo "Replace me with a build script for the project."
# Users should uncomment this line when they get to the mongo section.
# command: mkdir -p /workspace/data && mongod --dbpath /workspace/data
image:
file: .gitpod.Dockerfile
vscode:
extensions:
- [email protected]:q3Ae+UO4Nv6SYzToAsa1zw==
- [email protected]:HNAnyDKL6fUn1G8QfbKLpQ==
- [email protected]:R4O1V3NAkPiU5xUmL5RdkQ==
- [email protected]:FAJJ3grzJhtcEbaQvZSuQg==
- [email protected]:2mU8lWUWN53SChBCjrE8VA==
- [email protected]:e23xRdDNFFIPdzsiYVQ07g==
- [email protected]:lZ24pWpflw/NOdGtfdx/hg==
ports:
- port: 3000
onOpen: open-preview