1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-15 21:14:35 +00:00
Files
server/mongo-seed/users/Dockerfile
2021-11-09 03:51:49 +05:00

5 lines
146 B
Docker

FROM mongo
COPY ./users.json /users.json
CMD mongoimport --host mongodb --db sasjs --collection users --type json --file /users.json --jsonArray