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