From 15b468a7a2d6d9e4c4786e95c39b02160be305e9 Mon Sep 17 00:00:00 2001 From: ywp Date: Wed, 22 Oct 2025 16:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a2ef20..f9cc91d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,5 +54,5 @@ COPY nginx.conf /etc/nginx/nginx.conf COPY start.sh /start.sh RUN chmod +x /start.sh -EXPOSE 80 +EXPOSE 80 3001 CMD ["/start.sh"]