mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
5 lines
154 B
Docker
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
|