diff --git a/Dockerfile b/Dockerfile index 13fd6c9..4d6c239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins COPY /etc/ /etc/ # Setting up MySQL --Will come back to later, as it's not necessary and not playing very well with automation -RUN mysql_setup.sh +RUN /mysql_setup.sh # Copying in startup script COPY /entrypoint.sh /