Skip to content

Commit f5aae13

Browse files
committed
Ensure Unit log directory is created
1 parent 0cd2d43 commit f5aae13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/variations/unit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ RUN docker-php-serversideup-dep-install-alpine "${DEPENDENCY_PACKAGES_ALPINE}" &
136136
chown -R www-data:www-data "${COMPOSER_HOME}" && \
137137
\
138138
# Create run directory for unit
139-
mkdir -p /var/run/unit && \
139+
mkdir -p /var/run/unit /var/log/unit && \
140140
\
141141
# Install default PHP extensions
142142
install-php-extensions "${DEPENDENCY_PHP_EXTENSIONS}"

0 commit comments

Comments
 (0)