From dc8a7e7118b8b298d6ddd1bb3657960879c705a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Thu, 30 Nov 2023 11:38:20 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E8=84=9A=E6=9C=AC=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c511afe..d0f60e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ FROM code.hyxc1.com/open/alpine:3.16.0 as runner LABEL org.opencontainers.image.authors="lxh@cxh.cn" EXPOSE 19099 +EXPOSE 8080 WORKDIR /app COPY --from=builder /builder/app ./app