Add version numbers; make app title configurable
This commit is contained in:
parent
186dcdc0cb
commit
8df2684e5c
11 changed files with 159 additions and 38 deletions
|
|
@ -18,6 +18,7 @@ RUN cp $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini && \
|
|||
pecl install xdebug && \
|
||||
docker-php-ext-enable xdebug
|
||||
|
||||
ENV APP_ENV=development
|
||||
|
||||
# TODO: production image untested
|
||||
#FROM base AS production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue