mirror of
https://github.com/sasjs/server.git
synced 2026-01-03 13:10:04 +00:00
Revert "chore: added docker containers"
This reverts commit d7cbd315a6.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
FROM mongo
|
||||
|
||||
COPY ./users.json /users.json
|
||||
CMD mongoimport --host mongodb --db sasjs --collection users --type json --file /users.json --jsonArray
|
||||
@@ -1,10 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"displayName": "Super Admin",
|
||||
"username": "secretuser",
|
||||
"password": "$2a$10$hKvcVEZdhEQZCcxt6npazO6mY4jJkrzWvfQ5stdBZi8VTTwVMCVXO",
|
||||
"isAdmin": true,
|
||||
"isActive": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user