fix: update npm command to install production dependencies only
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m22s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m22s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user