pipeline #5

Merged
mondo merged 28 commits from pipeline into main 2025-10-17 13:13:14 -05:00
Showing only changes of commit d0594fb161 - Show all commits

View File

@@ -16,7 +16,7 @@ RUN if [ "$NPM_REGISTRY" != "https://registry.npmjs.org/" ]; then \
fi
# Install dependencies (ignore package-lock.json if using custom registry)
RUN npm install
RUN npm ci --unsafe-perm
# Copy source code
COPY frontend/ ./