From 44c4afb719ac77adbab7ed4ef2db76189d71e6ba Mon Sep 17 00:00:00 2001 From: sysnix Date: Thu, 29 Feb 2024 21:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9expose?= 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 2213db2..b71f620 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.18.4 RUN mkdir /app WORKDIR /app COPY demo . -EXPOSE 8888 +EXPOSE 9999 RUN chmod 777 demo CMD ./demo #END \ No newline at end of file