Skip to content

Commit

Permalink
Merge pull request #4124 from weaveworks/jp-fix-lock-docker
Browse files Browse the repository at this point in the history
Ensure the yarn.lock file is being used in container images
  • Loading branch information
Jordan Pellizzari authored Nov 7, 2023
2 parents ea5ab79 + 225620f commit c882980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitops-server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN mkdir -p /home/app && chown -R node:node /home/app
WORKDIR /home/app
USER node
COPY --chown=node:node package*.json /home/app/
COPY --chown=node:node yarn.lock /home/app
COPY --chown=node:node Makefile /home/app/
COPY --chown=node:node tsconfig.json /home/app/
COPY --chown=node:node .parcelrc /home/app/
Expand Down

0 comments on commit c882980

Please sign in to comment.