1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-11 00:10:06 +00:00
Files
server/mongo-seed/clients/Dockerfile
2021-11-09 03:51:49 +05:00

5 lines
154 B
Docker

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