From b32265f3971d6d705f509d3a632628266ab41d1c Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 22 Nov 2019 23:10:21 -0500 Subject: [PATCH] Giving execute permission to scripts directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 26541ce..7baea3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins COPY /etc/ /etc/ COPY /scripts/ /scripts/ +RUN chmod -R +x /scripts/ # Setting up MySQL RUN /scripts/mysql_setup.sh