Let's try this...

This commit is contained in:
WilliamMiceli
2019-11-22 23:04:15 -05:00
parent 8a8498ea7d
commit 44d32af4f9
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
# Copying in nginx configuration
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
COPY /scripts/ /scripts/
# Setting up MySQL
RUN /scripts/mysql_setup.sh
# Copying in startup script
COPY /entrypoint.sh /