Skip to content

Commit

Permalink
fix deprecated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroyer committed Oct 29, 2024
1 parent 4b60c03 commit fbeb2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ RUN a2enmod rewrite && \
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
sed -i 's/memory_limit = 128M/memory_limit = 512M/g' "$PHP_INI_DIR/php.ini"

ENV APACHE_DOCUMENT_ROOT /app/public
ENV APACHE_DOCUMENT_ROOT="/app/public"

WORKDIR /app

0 comments on commit fbeb2e2

Please sign in to comment.