diff --git a/Dockerfile b/Dockerfile index f672a91..aab10a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN apk add --no-cache python3 make g++ COPY package*.json ./ RUN npm install --omit=dev && apk del python3 make g++ COPY --from=build /app/dist ./dist +COPY --from=build /app/public ./public # DATA_DIR (SQLite DB) is a mutable runtime volume — not baked into the # image, so redeploys don't clobber host overrides / manual targets. diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..4e9ff62 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/adminPage.ts b/src/adminPage.ts index f23e5c3..fc2101f 100644 --- a/src/adminPage.ts +++ b/src/adminPage.ts @@ -5,6 +5,7 @@ export function renderAdminPage(): string { admin / status +