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