summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-03-28 10:30:55 +0000
committerJoe Carstairs <me@joeac.net>2026-03-28 10:30:55 +0000
commitce660ae88d2031a0bd4eed41b795902c7c157f18 (patch)
tree02dd3ad672df8d116f1b97c26f85bd59239ae9b9 /website
parent6fdc30e81900fc9853e387c7e71b5e14c58a5bb6 (diff)
COPY redirects.mjs
Diffstat (limited to 'website')
-rw-r--r--website/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/Dockerfile b/website/Dockerfile
index b353922..1df490c 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --no-cache git
COPY package.json package-lock.json ./
RUN npm install && apk del git
-COPY astro.config.mjs ./
+COPY astro.config.mjs redirects.mjs ./
COPY db ./db/
ARG DB_URL=file:/app/db.sqlite
ENV ASTRO_DB_REMOTE_URL=$DB_URL