mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-28 20:59:23 -06:00
5 lines
109 B
Docker
5 lines
109 B
Docker
FROM mongo
|
|
COPY ./Docker/mongo/init/create_users.js /docker-entrypoint-initdb.d/
|
|
EXPOSE 27017
|
|
CMD ["mongod"]
|