From c1045d14b2a05b736a8a289514b54ad4d2cd4939 Mon Sep 17 00:00:00 2001 From: lib Date: Fri, 19 Mar 2021 17:56:14 +0800 Subject: [PATCH] chore: adding ws port in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eadc3eb..9683420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ COPY ./package.json ./ RUN npm install COPY . . RUN npm run build -EXPOSE 7070 8080 \ No newline at end of file +EXPOSE 84 7070 8080 \ No newline at end of file