We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e84fce commit b9a4449Copy full SHA for b9a4449
1 file changed
reproducer/Dockerfile
@@ -21,7 +21,7 @@ RUN git -C php-src checkout HEAD~1
21
# build php-fpm
22
RUN cd php-src && ./buildconf --force && ./configure --enable-fpm --without-pear && make -j4 && make install
23
24
-
+
25
26
COPY php-fpm.conf /usr/local/etc/
27
COPY nginx.server.conf /etc/nginx/sites-enabled/default
0 commit comments