From e3e4c6f2285a6bb9ee24ba40237dd28612e3668d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Apr 2025 01:27:22 +0200 Subject: [PATCH] fix workflow v4 --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2de6dc4..4074d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,6 @@ RUN pnpm install # Copy the rest of the application code COPY . . -# Build the application (if needed) -RUN pnpm build - # Expose the port the app runs on EXPOSE 4173