From da633de06ecf28bb9b087a0e7a6f76cfe369713d Mon Sep 17 00:00:00 2001 From: NetOps <idcnetops@tarento.com> Date: Fri, 28 Jan 2022 05:28:09 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e2f45c..952b7a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ COPY . . RUN yarn install RUN yarn global add serve -RUN yarn build:staging +RUN yarn build -EXPOSE 5000 +EXPOSE 3000 CMD [ "serve", "-s", "build" ] -- GitLab