Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlearney-digicatapult committed Nov 16, 2024
1 parent 9322bf4 commit d0b1ffa
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 @@ -54,7 +54,7 @@ RUN npm -g install npm@10.x.x

COPY public ./public
COPY knexfile.js ./
COPY package*.json /veritable-ui/
COPY --from=builder /veritable-ui/package*.json ./
COPY --from=builder /veritable-ui/build ./build
COPY --from=modules /veritable-ui/node_modules ./node_modules

Expand Down

0 comments on commit d0b1ffa

Please sign in to comment.