cjvt-valency/dockerfiles/database/Dockerfile

5 lines
79 B
Docker

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