mirror of
https://github.com/sasjs/server.git
synced 2026-06-11 02:40:21 +00:00
chore: added docker containers
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM mongo
|
||||
|
||||
COPY ./users.json /users.json
|
||||
CMD mongoimport --host mongodb --db sasjs --collection users --type json --file /users.json --jsonArray
|
||||
Reference in New Issue
Block a user