From 84f2fea5d295e4b40fb9c56614a7c33a69fdecbd Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy <82603183+vladimirkutkovoy@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:42:27 +0300 Subject: [PATCH] Update Dockerfile-web --- Dockerfile-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-web b/Dockerfile-web index 71441fc..c7ff829 100644 --- a/Dockerfile-web +++ b/Dockerfile-web @@ -11,4 +11,4 @@ COPY . . RUN npm run build EXPOSE 3000/tcp -CMD npm run build \ No newline at end of file +CMD npm run build --port 3000 \ No newline at end of file