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 f283805 commit db8a308Copy full SHA for db8a308
Dockerfile
@@ -40,6 +40,7 @@ RUN find /etc/php5/cli/conf.d/ -name "*.ini" -exec sed -i -re 's/^(\s*)#(.*)/\1;
40
41
# ProcessWire Install
42
RUN git clone git://github.com/ryancramerdesign/ProcessWire.git -b master
43
+RUN cd ProcessWire/ && rm -rf .git
44
45
# Supervisor Config
46
RUN easy_install supervisor
0 commit comments