From 0825abc878ab02ab21bd3cee3265d86576492d20 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 17 May 2026 17:59:45 +0700 Subject: fix: only include necessary environment config in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.3.1+13