fix: remove dev dependencies from npm install in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m13s

This commit is contained in:
2025-09-11 10:24:37 -05:00
parent 08286db225
commit fe061a46d6

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 install --omit=dev && \
RUN npm install && \
make less && make uglify
# Production stage