mirror of
https://github.com/sasjs/server.git
synced 2026-04-21 04:41:31 +00:00
chore: added docker containers
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM mongo
|
||||
|
||||
COPY ./clients.json /clients.json
|
||||
CMD mongoimport --host mongodb --db sasjs --collection clients --type json --file /clients.json --jsonArray
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"clientId": "clientID1",
|
||||
"clientSecret": "clientSecret"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user