update Dockerfile

This commit is contained in:
2025-11-17 06:06:05 +07:00
parent a4b3f8ce06
commit 0dd2426e7a

View File

@@ -33,6 +33,7 @@ COPY --from=builder /app/server .
COPY --from=builder /app/css ./css
COPY --from=builder /app/views ./views
COPY --from=builder /app/my_website.db ./
COPY --from=builder /app/data ./data
EXPOSE 8080