From 5b34f875abf471ed104a16e871861be326dc21e9 Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy <82603183+vladimirkutkovoy@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:43:54 +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 c7ff829..8d2ec3c 100644 --- a/Dockerfile-web +++ b/Dockerfile-web @@ -11,4 +11,4 @@ COPY . . RUN npm run build EXPOSE 3000/tcp -CMD npm run build --port 3000 \ No newline at end of file +CMD npm run build -- --port 3000 \ No newline at end of file