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.
2 parents 90004df + c11b45a commit 9d60556Copy full SHA for 9d60556
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM docker:stable
+FROM docker:latest
2
COPY start-mongodb.sh /start-mongodb.sh
3
RUN chmod +x /start-mongodb.sh
4
ENTRYPOINT ["/start-mongodb.sh"]
5
+
0 commit comments