diff options
| author | 2025-08-11 17:00:10 +0700 | |
|---|---|---|
| committer | 2025-08-11 17:00:10 +0700 | |
| commit | 956a2ddaab9311e7aff1174d0890f4a23770fd3c (patch) | |
| tree | f05f1de6eba216712fa011c39c1f850ed8a894de | |
| parent | ea1f83df820baa14dcd904d581ab2bb0976b172d (diff) | |
| download | web-0.5.1.tar.gz web-0.5.1.zip | |
hotfix: include locale files in runtime imagev0.5.1
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ WORKDIR /app COPY --from=build-stage /builddir/sayana-demo /app/sayana-demo 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/config/config.yaml /app/config.yaml ENTRYPOINT [ "/app/sayana-demo", "-c", "/app/config.yaml" ] |