diff --git a/Dockerfile b/Dockerfile index bade5b8..a6aa140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ WORKDIR /opt/www # RUN composer install --no-dev --no-scripts COPY . /opt/www -#COPY /data/www/cret/wechat/pay/1636644248 /opt/www/extend/Wechat/certs/ +#COPY /data/www/cret/wechat/pay/1636644248/ extend/Wechat/certs/1636644248/ RUN composer install --no-dev -o && php bin/hyperf.php EXPOSE 9501