Skip to content

Commit

Permalink
try immutable install
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jul 31, 2023
1 parent d742060 commit 2e8f610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM uselagoon/node-16-builder:latest as builder

COPY . /app/

RUN yarn install

RUN yarn install --immutable --immutable-cache

# Node service image
FROM uselagoon/node-16:latest
Expand Down

0 comments on commit 2e8f610

Please sign in to comment.