mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-23 09:11:06 +00:00
修复entrypoint.sh在UNRAID中777权限无法执行问题
This commit is contained in:
@ -18,7 +18,7 @@ RUN set -ex \
|
||||
&& cp /IYUU/config/config.sample.php /IYUU/config/config.php \
|
||||
&& ln -sf /IYUU/config/config.php /config.php \
|
||||
&& cp /IYUU/docker/entrypoint.sh /entrypoint.sh \
|
||||
&& chmod -R 777 /entrypoint.sh \
|
||||
&& chmod +x /entrypoint.sh \
|
||||
&& apk del --purge *-dev \
|
||||
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man \
|
||||
&& echo "${TZ}" > /etc/timezone \
|
||||
|
Reference in New Issue
Block a user