summaryrefslogtreecommitdiffci
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-17 17:59:45 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-17 17:59:45 +0700
commit0825abc878ab02ab21bd3cee3265d86576492d20 (patch)
tree522de2f627a5a944ba49ec515f802c40c5dfaa7f
parentd705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d (diff)
downloadweb-0825abc878ab02ab21bd3cee3265d86576492d20.tar.gz
web-0825abc878ab02ab21bd3cee3265d86576492d20.zip
fix: only include necessary environment config in docker
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 554e50f..79b5973 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ COPY --from=build-stage /builddir/migrations /app/migrations
COPY --from=build-stage /builddir/static /app/static
COPY --from=build-stage /builddir/views /app/views
COPY --from=build-stage /builddir/l10n/*.yaml /app/l10n/
-COPY --from=build-stage /builddir/config/config*.yaml /app/config/
+COPY --from=build-stage /builddir/config/config.${ENVIRONMENT}.yaml /app/config/config.${ENVIRONMENT}.yaml
RUN apk add --no-cache tzdata sqlite