Steamline docker build
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M src/index.ts → src/index.ts
@@ -8,8 +8,8 @@ import readConfig from "./config"; Sentry.init({}); -const base = "./website/"; -const publicDir = path.resolve(base, "public") + path.sep; +const base = "."; +const publicDir = path.resolve(base, "website") + path.sep; const config = readConfig(base); const defaultHeaders = {