Fix Dockerfile syntax error

This commit is contained in:
2026-04-27 14:57:37 +08:00
parent 9d62d44e0d
commit b367d49932
+2 -1
View File
@@ -23,9 +23,10 @@ WORKDIR /app
RUN apk add --no-cache ca-certificates tzdata
RUN mkdir -p uploads
COPY --from=builder /app/server .
COPY --from=builder /app/frontend/dist ./static
COPY --from=builder /app/backend/uploads ./uploads
EXPOSE 8080