We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ee33b commit ac348fcCopy full SHA for ac348fc
mongodb/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mongo:3
2
3
ADD init.sh /init.sh
4
-ADD *.js /
+ADD ./dump /
5
6
RUN \
7
chmod +x /init.sh && \
mongodb/account-service-dump.js renamed to mongodb/dump/account-service-dump.js
0 commit comments