feat: Update Dockerfile and package.json to optimize Rollup build process and add optional Rollup dependency
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m58s
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m58s
This commit is contained in:
@@ -26,6 +26,8 @@ COPY frontend/vite.config.js ./
|
||||
COPY frontend/eslint.config.js ./
|
||||
|
||||
# Build the application with optimized settings
|
||||
ENV ROLLUP_SKIP_NODEJS_NATIVE=1
|
||||
ENV ROLLUP_NO_NATIVE=1
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Setup Node.js backend and serve everything
|
||||
|
||||
Reference in New Issue
Block a user