fix: YML
continuous-integration/drone/push Build is passing Details

develop
Gong 2023-08-29 15:13:52 +08:00
parent 3fb08bd38f
commit 64e5e1a92f
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ FROM gong921123/debian-nginx-php114-74:latest
# test # test
COPY . /var/www COPY . /var/www
ENTRYPOINT ["php", "/var/www/bin/hyperf.php", "start"] WORKDIR /var/www
CMD ["php", "/var/www/bin/hyperf.php", "start"]