diff --git a/Dockerfile b/Dockerfile index fb84852..5865995 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,6 @@ FROM mysql:latest COPY setup.sh /mysql/setup.sh COPY bobParty.sql /mysql/bobParty.sql +RUN chmod +x /mysql/setup.sh + RUN /mysql/setup.sh \ No newline at end of file