Skip to content

Commit ac348fc

Browse files
committed
mongodb dockerfile fixes
1 parent a5ee33b commit ac348fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mongodb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mongo:3
22

33
ADD init.sh /init.sh
4-
ADD *.js /
4+
ADD ./dump /
55

66
RUN \
77
chmod +x /init.sh && \

0 commit comments

Comments
 (0)