We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd935d commit fb4f4e4Copy full SHA for fb4f4e4
Dockerfile
@@ -291,8 +291,7 @@ RUN echo "php_admin_flag[fastcgi.logging] = off" >> /etc/${PHP_PACKAGE_BASENAME}
291
RUN apk add --no-cache unit~=$UNIT_VERSION unit-${PHP_PACKAGE_BASENAME}~=$UNIT_VERSION
292
# add default nginx unit json file (listening on port 8080)
293
COPY files/unit/unit-default.json /var/lib/unit/conf.json
294
-# add folder for control socket file
295
-RUN mkdir /run/unit/
+# chown the folder for control socket file
296
RUN chown www-data:www-data /run/unit/
297
298
# install apache2 and the php module for apache2
0 commit comments