Update docker-cron-runner/Dockerfile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
nagibator_archivator 2025-12-15 17:36:24 +03:00 committed by GitHub
parent 64d2f15be2
commit b8dc7b2c71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@ RUN apk add --no-cache \
COPY xray-tools.sh entrypoint.sh cron-job-script.sh ./ COPY xray-tools.sh entrypoint.sh cron-job-script.sh ./
#RUN mkdir -p "$XRAY_BUILD_DIR"
RUN chmod +x /app/xray-tools.sh /app/entrypoint.sh /app/cron-job-script.sh \ RUN chmod +x /app/xray-tools.sh /app/entrypoint.sh /app/cron-job-script.sh \
&& mkdir -p "$XRAY_BUILD_DIR" \ && mkdir -p "$XRAY_BUILD_DIR" \
&& ./xray-tools.sh install_xray_core "$TARGETARCH" "$XRAY_BUILD_DIR" "$XRAY_VERSION" \ && ./xray-tools.sh install_xray_core "$TARGETARCH" "$XRAY_BUILD_DIR" "$XRAY_VERSION" \