This commit is contained in:
wucongxing 2023-03-02 18:49:01 +08:00
parent 9802a8eaf0
commit 88739a3600

View File

@ -48,7 +48,7 @@ WORKDIR /opt/www
# RUN composer install --no-dev --no-scripts
COPY . /opt/www
ADD /data/www/cret/wechat/pay/1636644248/ extend/Wechat/certs/1636644248/
ADD /data/www/cret/wechat/pay/ extend/Wechat/certs/
RUN composer install --no-dev -o && php bin/hyperf.php
EXPOSE 9501