From 7c7c79614108a16cba8f9d65d58baa009977e9e0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Mar 2023 23:22:21 +0300 Subject: remove chmod --- .docker/app/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index b60b2df..3960dfb 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -22,12 +22,10 @@ RUN apk add --no-cache php8 php8-fpm \ /etc/php8/php-fpm.d/www.conf && \ mkdir -p /var/www ${SCRIPT_ROOT}/config.d -ADD startup.sh ${SCRIPT_ROOT} +ADD --chmod=0755 startup.sh ${SCRIPT_ROOT} ADD index.php ${SCRIPT_ROOT} ADD config.docker.php ${SCRIPT_ROOT} -RUN chmod +x /opt/epube/startup.sh - ARG ORIGIN_REPO=https://git.tt-rss.org/fox/the-epube.git ARG ORIGIN_COMMIT= @@ -35,8 +33,6 @@ ENV ORIGIN_REPO_MAIN=${ORIGIN_REPO_MAIN} ENV ORIGIN_REPO_XACCEL=${ORIGIN_REPO_XACCEL} ENV ORIGIN_COMMIT=${ORIGIN_COMMIT} -#RUN sh -c ${SCRIPT_ROOT}/build-prepare.sh - ENV OWNER_UID=1000 ENV OWNER_GID=1000 -- cgit v1.2.3