Skip to content

Commit

Permalink
Merge pull request #856 from ministryofjustice/ag--Dockerfile-base-al…
Browse files Browse the repository at this point in the history
…pine-on-quay.io

Dockerfile: Also pull node:8-alpine/jsdep image from quay.io
  • Loading branch information
xoen authored Nov 16, 2020
2 parents 4aa6f81 + b7276d1 commit 0213826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY tests tests


# fetch javascript dependencies in separate stage
FROM node:8-alpine AS jsdep
FROM quay.io/mojanalytics/node:8-alpine AS jsdep
COPY package.json package-lock.json ./
COPY controlpanel/frontend/static src
RUN npm install && \
Expand Down

0 comments on commit 0213826

Please sign in to comment.