cjvt-valency/dockerfiles/database/Dockerfile

5 lines
78 B
Docker

FROM mongo:4.2.9
WORKDIR /
COPY init_inside_container.sh /.
COPY create.js /.