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