This commit is contained in:
wucongxing 2023-03-02 18:44:22 +08:00
parent a0d9f27866
commit 9802a8eaf0

View File

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