From 9c8a3b5fac383dcc5356eb1e87e8ca41662f6e22 Mon Sep 17 00:00:00 2001 From: fantasticbin Date: Fri, 4 Nov 2022 16:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aff2fdd..c9d0f87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # @contact group@hyperf.io # @license https://github.com/hyperf/hyperf/blob/master/LICENSE -FROM hyperf/hyperf:8.0-alpine-v3.15-swoole +FROM hyperf/hyperf:8.0-alpine-v3.16-swoole LABEL maintainer="Hyperf Developers " version="1.0" license="MIT" app.name="Hyperf" ## @@ -49,6 +49,6 @@ WORKDIR /opt/www COPY . /opt/www RUN composer install --no-dev -o && php bin/hyperf.php -EXPOSE 9501 +EXPOSE 9901 ENTRYPOINT ["php", "/opt/www/bin/hyperf.php", "start"]