Makefile changes and added options

This commit is contained in:
2020-11-23 11:20:47 +01:00
parent 2551a9c6a8
commit 26bca0b083
16 changed files with 118 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
FROM mongo:4.2.9
WORKDIR /
COPY init_inside_container.sh /.
COPY create.js /.
COPY init_inside_mongo_container.sh /.
COPY create_mongo.js /.