Giving execute permission to scripts directory

This commit is contained in:
WilliamMiceli
2019-11-22 23:10:21 -05:00
parent 44d32af4f9
commit b32265f397

View File

@@ -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