Skip to content

Commit

Permalink
enable opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Nov 30, 2023
1 parent 0615646 commit a73bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM php:8.0.30-fpm-bullseye

RUN apt-get update \
&& apt-get install -y --no-install-recommends libpq-dev libicu-dev \
&& docker-php-ext-install pdo_pgsql intl \
&& docker-php-ext-install pdo_pgsql intl opcache \
&& rm -rf /var/lib/apt/lists/*

COPY --from=foundation --chown=www-data:www-data /app /app
Expand Down

0 comments on commit a73bf9e

Please sign in to comment.