From e26b4a546ab42885fac447d9f7f48a5d7a40d41e Mon Sep 17 00:00:00 2001 From: Winston H <56998716+winstxnhdw@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:10:31 +0800 Subject: [PATCH] build: annotate port --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2c9a331..2818c88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,3 +5,5 @@ ENV HUGGINGFACE_HUB_CACHE /cache RUN mkdir /cache && \ chmod 777 /cache + +EXPOSE $SERVER_PORT