fix: npm build error

This commit is contained in:
LukeGus
2025-10-29 19:00:40 -05:00
parent d661c08c54
commit b0668e23ae

View File

@@ -11,7 +11,7 @@ ENV npm_config_target_arch=x64
ENV npm_config_target_libc=glibc
RUN rm -rf node_modules package-lock.json && \
npm install --force && \
npm install --ignore-scripts --force && \
npm cache clean --force
# Stage 2: Build frontend