Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
add missing dependencies and use new configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
cawolf committed Mar 24, 2019
1 parent ac1ad5b commit 67813a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,18 @@ RUN apk add --no-cache php7-fpm \
php7-dom \
php7-iconv \
php7-mbstring \
php7-openssl \
php7-session \
php7-tokenizer \
php7-zip \
php7-pecl-zmq \
php7-pecl-mongodb \
supervisor \
fcgi \
&& cp docker/*-fpm.conf /etc/php7/php-fpm.d/ \
&& php bin/console cache:warmup \
&& crontab /var/www/html/docker/crontab

EXPOSE 9000

ENTRYPOINT ["supervisord", "--configuration", "/var/www/html/docker/supervisord.conf"]

0 comments on commit 67813a3

Please sign in to comment.