mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-19 07:55:21 +00:00
修复entrypoint.sh权限给太高,某些情况下无法执行的问题。
This commit is contained in:
parent
7b2e82c506
commit
87d9f81bad
@ -82,7 +82,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 /usr/share/php7 \
|
||||
# ---------- some config,clear work ----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user