This commit is contained in:
wucongxing 2023-03-02 18:38:47 +08:00
parent fcd4e6ffe6
commit 2ce192b9f6

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