Skip to content

Commit

Permalink
Update deprecated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroyer committed Oct 28, 2024
1 parent 3d0137b commit 2932f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ COPY --from=composer:latest /usr/bin/composer /bin/composer
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 2932f4b

Please sign in to comment.