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 58e3a33 commit f77cc21Copy full SHA for f77cc21
.gitpod.Dockerfile
@@ -2,5 +2,3 @@
2
FROM gitpod/workspace-mongodb
3
4
USER gitpod
5
-
6
-RUN mkdir -p /workspace/data && mongod --dbpath /workspace/data --fork --logpath /workspace/data/mongod.log
.gitpod.yml
@@ -1,6 +1,6 @@
1
tasks:
- init: echo "Replace me with a build script for the project."
- command: mkdir -p /workspace/data && mongod --dbpath /workspace/data --
+ command: mkdir -p /workspace/data && mongod --dbpath /workspace/data --fork --logpath /workspace/data/mongod.log
image:
file: .gitpod.Dockerfile
0 commit comments