finalize transition from csv to xlsx

This commit is contained in:
2025-12-11 10:53:13 +00:00
parent d3127a29de
commit 16ec9a6e7c
2 changed files with 1 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ RUN addgroup -g 1000 -S appgroup && \
WORKDIR /app
# Copy binary from builder stage
COPY --from=builder /app/meshi /app/plan.csv .
COPY --from=builder /app/meshi /app/plan.xlsx .
RUN mkdir assets
COPY --from=builder /app/assets ./assets