This commit is contained in:
2026-02-26 18:58:17 +01:00
parent 11e8160cf9
commit 06c3ea6302

View File

@@ -19,8 +19,7 @@ WORKDIR /app
COPY --from=builder /app/server .
COPY --from=builder /app/templates ./templates
COPY --from=builder /app/uploads ./uploads
COPY templates ./templates
EXPOSE 8080