automated mongodb + mongo-express deployment with user creation

This commit is contained in:
voje
2019-03-15 09:00:05 +01:00
parent 49e45900c4
commit d8fd3ad30b
8 changed files with 43 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
FROM mongo:latest
WORKDIR /
COPY init_inside_container.sh /.
COPY create.js /.