From 153da2dd9aecc0da0b5317442bc0ce4e78f1d88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 30 Jul 2026 15:52:11 +0800 Subject: [PATCH] 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f62cc7..c28e263 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ WORKDIR /app COPY --from=builder /build/pointly-tel . COPY --from=builder /build/web/dist ./web/dist COPY config.yml . -EXPOSE 3000 +EXPOSE 80 CMD ["./pointly-tel"]