diff options
| author | 2025-07-26 22:38:22 +0700 | |
|---|---|---|
| committer | 2025-07-26 22:38:22 +0700 | |
| commit | a1f511368b898ba53ca685dd3f41f2901f295fd3 (patch) | |
| tree | 7b7e295990e2dacadfbe5ae8126db599e26c1acc /Dockerfile | |
| parent | 8fddc8ac2b2ebc988b38431f233e527bc3ddae48 (diff) | |
| download | web-a1f511368b898ba53ca685dd3f41f2901f295fd3.tar.gz web-a1f511368b898ba53ca685dd3f41f2901f295fd3.zip | |
chore: copy new directories in runtime image0.2.5
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ FROM alpine:3.22.1 AS runtime-stage WORKDIR /app COPY --from=build-stage /builddir/sayana-demo /app/sayana-demo -COPY --from=build-stage /builddir/public /app/public +COPY --from=build-stage /builddir/static /app/static +COPY --from=build-stage /builddir/views /app/views ENTRYPOINT [ "/app/sayana-demo" ] |