modified: Dockerfile
This commit is contained in:
@@ -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 /app/assets/ .
|
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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user