From 265031d7110981c2432fc3b14e93d7bd4922012f Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:13:09 -0700 Subject: [PATCH] Removed vestigial chmod --- 5etools-docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/5etools-docker/Dockerfile b/5etools-docker/Dockerfile index 261c7f45..aa07b672 100644 --- a/5etools-docker/Dockerfile +++ b/5etools-docker/Dockerfile @@ -5,8 +5,7 @@ COPY init.sh /init.sh RUN apt-get update && \ apt-get -y upgrade && \ apt-get -y install curl p7zip-full && \ -chmod +x /init.sh && \ -chmod +x /healthcheck.sh +chmod +x /init.sh WORKDIR /usr/local/apache2/htdocs/ RUN mkdir download RUN chown -R $PUID:$PGID /usr/local/apache2/htdocs