We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b8ddf commit 77a748cCopy full SHA for 77a748c
Dockerfile
@@ -45,6 +45,9 @@ RUN git clone git://github.com/ryancramerdesign/ProcessWire.git -b master
45
RUN easy_install supervisor
46
ADD ./config/supervisord.conf /etc/supervisord.conf
47
48
+# Volume
49
+# VOLUME /usr/share/nginx/www/
50
+
51
# Expose
52
EXPOSE 80
53
EXPOSE 3306
@@ -54,8 +57,5 @@ ADD ./scripts/start.sh /scripts/start.sh
54
57
RUN chmod 755 /scripts/start.sh
55
58
CMD ["/bin/bash", "/scripts/start.sh"]
56
59
-# Volume
-VOLUME /usr/share/nginx/www/
-
60
# Clean
61
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments