Skip to content

Commit

Permalink
add customized php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
shibafu528 committed Nov 30, 2023
1 parent 19b3218 commit 0615646
Show file tree
Hide file tree
Showing 2 changed files with 1,947 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker/production/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ RUN apt-get update \

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

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

COPY ./docker/production/php.ini "$PHP_INI_DIR/php.ini"
Loading

0 comments on commit 0615646

Please sign in to comment.