Fix dockerfile

This commit is contained in:
2026-02-27 14:04:41 +01:00
parent 90ae94ef6f
commit 9dabc9c946

View File

@@ -22,6 +22,7 @@ WORKDIR /app
COPY --from=builder /app/server .
COPY templates ./templates
COPY static ./static
EXPOSE 8080