diff options
author | Alan Pearce | 2023-09-15 20:20:57 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-16 07:33:39 +0200 |
commit | 83d1af3cfbfe4070e5004596865c0b7015f79eff (patch) | |
tree | c19dfeebae537eaa078e58eb51cc7f7581be138d /src | |
parent | 932915406a6105b93de833c32b9ce6a07ebca6c1 (diff) | |
download | website-83d1af3cfbfe4070e5004596865c0b7015f79eff.tar.lz website-83d1af3cfbfe4070e5004596865c0b7015f79eff.tar.zst website-83d1af3cfbfe4070e5004596865c0b7015f79eff.zip |
Steamline docker build
Diffstat (limited to 'src')
-rw-r--r-- | src/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts index ee092f2..3ddbce3 100644 --- a/src/index.ts +++ b/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 = { |