diff options
| author | 2026-05-17 17:59:00 +0700 | |
|---|---|---|
| committer | 2026-05-17 17:59:00 +0700 | |
| commit | d705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d (patch) | |
| tree | a7e67524888d1bce2aaa63a2566ccbdd17d37a37 /Dockerfile | |
| parent | fa52ed00e8ef3303f14d7c953f1591eb19042635 (diff) | |
| download | web-d705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d.tar.gz web-d705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d.zip | |
fix: drop locale yamls correctly into docker image
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ COPY --from=build-stage /builddir/sayana-web /app/sayana-web 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/locale/*.yaml /app/locale/ +COPY --from=build-stage /builddir/l10n/*.yaml /app/l10n/ COPY --from=build-stage /builddir/config/config*.yaml /app/config/ RUN apk add --no-cache tzdata sqlite |