Skip to content

Commit c488423

Browse files
authored
Create .gitpod.yml
1 parent 96f4046 commit c488423

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tasks:
2+
- init: echo "Replace me with a build script for the project."
3+
command: mkdir -p /workspace/data && mongod --dbpath /workspace/data
4+
image:
5+
file: .gitpod.Dockerfile
6+
7+

0 commit comments

Comments
 (0)