Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 879cdd33 authored by Felix Ableitner's avatar Felix Ableitner
Browse files

Use production php.ini

parent a6d9db57
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ RUN chown www-data:www-data /var/script /var/www -R \
 && mkdir -p /home/www-data/.ssh \
 && chown www-data:www-data /home/www-data/ -R \
 && chmod 700 /home/www-data/.ssh

# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

# copy composer executable from official Docker image
# https://hub.docker.com/_/composer
COPY --from=composer:1.8 /usr/bin/composer /usr/bin/composer