From 26f13f133230959a133c1cbde4b3f74b223e5d5c Mon Sep 17 00:00:00 2001 From: Korzhavin Ivan Date: Thu, 24 Apr 2025 23:19:02 +0200 Subject: [PATCH] Add build step to Dockerfile for frontend application --- frontend/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2ef88a7e..b82a5f5c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -9,8 +9,6 @@ RUN npm install # Copy the frontend code COPY . . -# Build the application -RUN npm run build EXPOSE 3000