Possible typo

This commit is contained in:
WilliamMiceli
2019-11-22 22:53:35 -05:00
parent a68844a3be
commit 8a8498ea7d

View File

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