diff --git a/Dockerfile b/Dockerfile index a9e9599..addf9ba 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/ 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 EXPOSE 9501