This commit is contained in:
wucongxing 2023-03-02 18:32:54 +08:00
parent cd2ed8b9b2
commit fcd4e6ffe6

View File

@ -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 /opt/www/extend/Wechat/certs/
RUN composer install --no-dev -o && php bin/hyperf.php
EXPOSE 9501