modified: Dockerfile

This commit is contained in:
2025-12-01 14:27:12 +00:00
parent 63dc72b609
commit 72b2f99418

View File

@@ -28,7 +28,7 @@ RUN addgroup -g 1000 -S appgroup && \
WORKDIR /app WORKDIR /app
# Copy binary from builder stage # Copy binary from builder stage
COPY --from=builder /app/meshi /app/plan.csv . COPY --from=builder /app/meshi /app/plan.csv /app/assets .
# Create data directory and set permissions # Create data directory and set permissions
RUN mkdir -p /app/data && \ RUN mkdir -p /app/data && \