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 e616840 commit 8698f48Copy full SHA for 8698f48
Dockerfile
@@ -1,5 +1,5 @@
1
FROM debian:jessie
2
-MAINTAINER Helder Correia <me@heldercorreia.com>
+MAINTAINER https://github.com/helderco/
3
4
# persistent / runtime deps
5
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -127,5 +127,8 @@ RUN set -ex \
127
echo 'listen = 9000'; \
128
} | tee php-fpm.d/zz-docker.conf
129
130
+# fix some weird corruption in this file
131
+RUN sed -i -e "" /usr/local/etc/php-fpm.d/www.conf
132
+
133
EXPOSE 9000
134
CMD ["php-fpm"]
0 commit comments