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
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m13s
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 install --omit=dev && \
|
||||
RUN npm install && \
|
||||
make less && make uglify
|
||||
|
||||
# Production stage
|
||||
|
Reference in New Issue
Block a user