5 lines
79 B
Docker
5 lines
79 B
Docker
FROM mongo:latest
|
|
|
|
WORKDIR /
|
|
COPY init_inside_container.sh /.
|
|
COPY create.js /. |