modified: Dockerfile
This commit is contained in:
@@ -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.csv /app/assets .
|
||||
|
||||
# Create data directory and set permissions
|
||||
RUN mkdir -p /app/data && \
|
||||
|
||||
Reference in New Issue
Block a user