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 6a95893 commit 58e3a33Copy full SHA for 58e3a33
.gitpod.Dockerfile
@@ -2,3 +2,5 @@
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
0 commit comments