forked from kristjan/cjvt-valency
automated mongodb + mongo-express deployment with user creation
This commit is contained in:
5
dockerfiles/database/Dockerfile
Normal file
5
dockerfiles/database/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM mongo:latest
|
||||
|
||||
WORKDIR /
|
||||
COPY init_inside_container.sh /.
|
||||
COPY create.js /.
|
||||
Reference in New Issue
Block a user