Fix issue with range loop
This commit is contained in:
@@ -14,8 +14,9 @@ COPY --from=builder /app/zurg .
|
||||
COPY ./healthcheck.sh /app/healthcheck.sh
|
||||
RUN chmod +x /app/healthcheck.sh
|
||||
COPY config.example.yml /app/config.yml
|
||||
|
||||
# Install runtime dependencies and configure FUSE
|
||||
RUN apk add curl python3 libxml2-utils
|
||||
RUN apk add --no-cache curl python3 libxml2-utils ffmpeg
|
||||
|
||||
HEALTHCHECK --interval=60s --timeout=60s --start-period=10s --retries=10 CMD /app/healthcheck.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user