Merge pull request #31 from OCSInventory-NG/nightly-dockerfile-update

Remove *
This commit is contained in:
Charlène Auger 2020-03-09 10:53:52 +01:00 committed by GitHub
commit 7779fcfe5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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