We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026169a commit 0aba3f7Copy full SHA for 0aba3f7
.gitpod.yml
@@ -1,6 +1,6 @@
1
tasks:
2
- init: echo "Replace me with a build script for the project."
3
- command: mkdir -p /workspace/data && mongod --dbpath /workspace/data
+ command: mkdir -p /workspace/data && mongod --dbpath /workspace/data --
4
image:
5
file: .gitpod.Dockerfile
6
0 commit comments