summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-18 01:23:58 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-18 01:23:58 +0700
commita43cbea2e501371390709005055c019459554bb2 (patch)
tree7d091ef937b8389d72ca3b0d28a6abaefb9c083e /Dockerfile
parent0dbb85f25c69b5e7929bb832e7967a709a76ff5c (diff)
downloadweb-a43cbea2e501371390709005055c019459554bb2.tar.gz
web-a43cbea2e501371390709005055c019459554bb2.zip
feat: move photo storage into gcore cdn
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 79b5973..44d1ea2 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.${ENVIRONMENT}.yaml /app/config/config.${ENVIRONMENT}.yaml
+COPY --from=build-stage /builddir/config/config.*.yaml /app/config/
RUN apk add --no-cache tzdata sqlite