Let's try this...
This commit is contained in:
@@ -16,8 +16,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|||||||
# Copying in nginx configuration
|
# Copying in nginx configuration
|
||||||
COPY /etc/ /etc/
|
COPY /etc/ /etc/
|
||||||
|
|
||||||
# Setting up MySQL --Will come back to later, as it's not necessary and not playing very well with automation
|
COPY /scripts/ /scripts/
|
||||||
RUN /mysql_setup.sh
|
|
||||||
|
# Setting up MySQL
|
||||||
|
RUN /scripts/mysql_setup.sh
|
||||||
|
|
||||||
# Copying in startup script
|
# Copying in startup script
|
||||||
COPY /entrypoint.sh /
|
COPY /entrypoint.sh /
|
||||||
|
|||||||
Reference in New Issue
Block a user