From 7678967831bc6f143e88c6229295060cc10ad126 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 13 Jul 2025 21:35:24 +0200 Subject: [PATCH] update docketfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0e7d46..5e3d84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm i COPY . . # Build the project -RUN yarn run build +RUN npm run build # Change the port and host ENV PORT=3001