diff options
| author | 2026-05-18 01:23:58 +0700 | |
|---|---|---|
| committer | 2026-05-18 01:23:58 +0700 | |
| commit | a43cbea2e501371390709005055c019459554bb2 (patch) | |
| tree | 7d091ef937b8389d72ca3b0d28a6abaefb9c083e /Dockerfile | |
| parent | 0dbb85f25c69b5e7929bb832e7967a709a76ff5c (diff) | |
| download | web-a43cbea2e501371390709005055c019459554bb2.tar.gz web-a43cbea2e501371390709005055c019459554bb2.zip | |
feat: move photo storage into gcore cdn
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |