summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
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