Skip to content

Commit fbeb2e2

Browse files
committed
fix deprecated syntax
1 parent 4b60c03 commit fbeb2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ RUN a2enmod rewrite && \
3030
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
3131
sed -i 's/memory_limit = 128M/memory_limit = 512M/g' "$PHP_INI_DIR/php.ini"
3232

33-
ENV APACHE_DOCUMENT_ROOT /app/public
33+
ENV APACHE_DOCUMENT_ROOT="/app/public"
34+
3435
WORKDIR /app

0 commit comments

Comments
 (0)