Fix Dockerfile

This commit is contained in:
2vb 2024-06-11 03:42:38 +00:00
parent a0bb9ef131
commit 6117c6b59e

View File

@ -22,6 +22,7 @@ RUN mkdir /app/data
# Copy snow binary and configuration files # Copy snow binary and configuration files
COPY --from=builder /snow /app/snow COPY --from=builder /snow /app/snow
COPY --from=builder /app/data /app/data
# Setup user # Setup user
RUN adduser -D -h /app snow && \ RUN adduser -D -h /app snow && \