fix: update npm command to install production dependencies only
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m22s

This commit is contained in:
2025-09-11 10:22:20 -05:00
parent 4886bf3544
commit 08286db225

View File

@@ -49,7 +49,7 @@ RUN git clone https://github.com/pa11y/pa11y-dashboard.git . && \
git checkout ${PA11Y_VERSION}
# Install dependencies and build
RUN npm ci --only=production && \
RUN npm install --omit=dev && \
make less && make uglify
# Production stage