Skip to content

Commit

Permalink
configuration de prod
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed May 31, 2024
1 parent 29aaa45 commit d708cab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ARG GIT_USERNAME="seb"

FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} AS php
EXPOSE 9000/tcp
# see configuration : https://hub.docker.com/_/php
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

# config system
# git is required for symfony cli
Expand Down

0 comments on commit d708cab

Please sign in to comment.