diff --git a/docker/Dockerfile b/docker/Dockerfile index ee768e1..642ba8c 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,4 +6,4 @@ FROM gong921123/debian-nginx-php114-74:latest COPY . /var/www -#CMD ["php", "bin/hyperf.php", "start"] +CMD ["php", "bin/hyperf.php", "start"]