build: use package lock in Docker build/test

pull/334/head
Romain 1 year ago
parent 044d07575b
commit 0ebf105396

@ -9,7 +9,7 @@ RUN chown -R tester:tester /app
USER tester
# Install and cache dependencies
COPY --chown=tester package.json /app
COPY --chown=tester package*.json /app
RUN npm install
# Copy the entire source code

Loading…
Cancel
Save