Skip to content

Commit 8698f48

Browse files
author
Helder Correia
committed
Fix a weird file corruption
1 parent e616840 commit 8698f48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:jessie
2-
MAINTAINER Helder Correia <me@heldercorreia.com>
2+
MAINTAINER https://github.com/helderco/
33

44
# persistent / runtime deps
55
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -127,5 +127,8 @@ RUN set -ex \
127127
echo 'listen = 9000'; \
128128
} | tee php-fpm.d/zz-docker.conf
129129

130+
# fix some weird corruption in this file
131+
RUN sed -i -e "" /usr/local/etc/php-fpm.d/www.conf
132+
130133
EXPOSE 9000
131134
CMD ["php-fpm"]

0 commit comments

Comments
 (0)