Skip to content

Commit 77a748c

Browse files
committed
MYSQL_USER & MYSQL_PASS
1 parent 85b8ddf commit 77a748c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ RUN git clone git://github.com/ryancramerdesign/ProcessWire.git -b master
4545
RUN easy_install supervisor
4646
ADD ./config/supervisord.conf /etc/supervisord.conf
4747

48+
# Volume
49+
# VOLUME /usr/share/nginx/www/
50+
4851
# Expose
4952
EXPOSE 80
5053
EXPOSE 3306
@@ -54,8 +57,5 @@ ADD ./scripts/start.sh /scripts/start.sh
5457
RUN chmod 755 /scripts/start.sh
5558
CMD ["/bin/bash", "/scripts/start.sh"]
5659

57-
# Volume
58-
VOLUME /usr/share/nginx/www/
59-
6060
# Clean
6161
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)