From 9bce131d923f44f72aea167234581c654b8750a5 Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy <82603183+vladimirkutkovoy@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:57:45 +0300 Subject: [PATCH] Update Dockerfile-web --- Dockerfile-web | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-web b/Dockerfile-web index 71441fc..30a6069 100644 --- a/Dockerfile-web +++ b/Dockerfile-web @@ -8,7 +8,7 @@ COPY package*.json ./ RUN npm ci COPY . . -RUN npm run build +#RUN npm run build EXPOSE 3000/tcp -CMD npm run build \ No newline at end of file +CMD npm run dev \ No newline at end of file