Skip to content

Commit

Permalink
don't copy .yarn/releases, as it shouldn't be needed if packageManage…
Browse files Browse the repository at this point in the history
…r is set in pacakge.json
  • Loading branch information
fhennig committed Nov 21, 2024
1 parent 78d93c5 commit 0e9bb2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keycloak/keycloakify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN mvn --version
WORKDIR /app
RUN wget https://github.com/eosc-kc/keycloak-orcid/releases/download/${KEYCLOAK_ORCID_VERSION}/keycloak-orcid-${KEYCLOAK_ORCID_VERSION}.jar
COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn/releases .yarn/releases
RUN corepack enable
RUN corepack install
RUN yarn install --immutable && \
Expand Down

0 comments on commit 0e9bb2f

Please sign in to comment.