modified: Dockerfile

This commit is contained in:
2025-12-01 14:53:13 +00:00
parent d7f8ea4025
commit de8dc9b4eb

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 /app/assets/ .
COPY --from=builder /app/meshi /app/plan.csv /app/assets .
# Create data directory and set permissions
RUN mkdir -p /app/data && \