This commit is contained in:
Gilles Dubois 2020-03-09 10:51:57 +01:00
parent 2a0848221c
commit f33993812c

View File

@ -62,7 +62,7 @@ RUN yum ${YUM_FLAGS} install wget \
php73-php-soap \
php73-php-opcache ;
COPY conf/* /tmp/conf
COPY conf/ /tmp/conf
COPY ./scripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
EXPOSE 80 443