Fix docker build

This commit is contained in:
LukeGus
2025-09-28 17:35:46 -05:00
parent 7865a28d3d
commit 0fce07f124

View File

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