Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d230a252b6 | ||
| d46e7c04d5 |
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.1.91'
|
||||
app.version: '0.1.92'
|
||||
|
||||
@@ -45,6 +45,7 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# PHP production config
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
COPY docker/php/config/php.ini "$PHP_INI_DIR/conf.d/99-app.ini"
|
||||
|
||||
# PHP-FPM: forward worker output to stderr for docker logs
|
||||
RUN echo "catch_workers_output = yes" >> /usr/local/etc/php-fpm.d/www.conf \
|
||||
|
||||
Reference in New Issue
Block a user