mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-23 06:42:41 +00:00
Update docker-cron-runner/Dockerfile
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
64d2f15be2
commit
b8dc7b2c71
1 changed files with 0 additions and 1 deletions
|
|
@ -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" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue