Skip to content

Commit

Permalink
pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 8, 2023
1 parent a9f0830 commit 560a126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions back-strapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ USER 1001

WORKDIR /app

RUN chmod 1777 /tmp

COPY --chown=1001:1001 package.json yarn.lock ./

RUN yarn install --production --frozen-lockfile --prefer-offline && \
Expand Down

0 comments on commit 560a126

Please sign in to comment.