From 7c13588469cec9fb55ab37ee2dd5c26d3b2e99d2 Mon Sep 17 00:00:00 2001
From: saintbarber <saintbarb3r@gmail.com>
Date: Wed, 1 May 2024 17:32:10 +0300
Subject: [PATCH] (web): run prod server

---
 web/warriors_tech_shop/setup/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/warriors_tech_shop/setup/Dockerfile b/web/warriors_tech_shop/setup/Dockerfile
index 58412d2..a416194 100644
--- a/web/warriors_tech_shop/setup/Dockerfile
+++ b/web/warriors_tech_shop/setup/Dockerfile
@@ -16,5 +16,5 @@ RUN npm install
 
 EXPOSE 3000
 
-# CMD ["npm", "run", "start"]
-CMD ["npm", "run", "dev"]
\ No newline at end of file
+CMD ["npm", "run", "start"]
+# CMD ["npm", "run", "dev"]
\ No newline at end of file