mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
Improve Docker image
This commit is contained in:
@@ -14,6 +14,11 @@ import rl from "readline-sync";
|
||||
defaultInput: "http://localhost/v1",
|
||||
}
|
||||
);
|
||||
process.env["APPWRITE_HOST"] = process.env["APPWRITE_HOST"].replace(
|
||||
"localhost",
|
||||
"host.docker.internal"
|
||||
);
|
||||
|
||||
console.info("Authenticate...");
|
||||
process.env["APPWRITE_USER_TOKEN"] = await authService.getToken();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user