Skip to content

Commit

Permalink
fix(docker): remove immutable from yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodgsonintergral committed Nov 25, 2024
1 parent 5a98346 commit 1e7039a
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 @@ -24,7 +24,7 @@ COPY conf/defaults.ini ./conf/defaults.ini

RUN apk add --no-cache make build-base python3

RUN yarn install --immutable
RUN yarn install

COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
COPY scripts scripts
Expand Down

0 comments on commit 1e7039a

Please sign in to comment.