Skip to content

Commit

Permalink
configuration de dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed May 31, 2024
1 parent 46d4174 commit 5ee8324
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-development" "$PHP_INI_DIR/php.ini"

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

0 comments on commit 5ee8324

Please sign in to comment.