Skip to content

Commit

Permalink
chore: dockerfile chown
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored and devthejo committed Feb 14, 2024
1 parent 95a3f6e commit b2d7c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN mkdir /app-node && chown 1000:1000 /app-node \
WORKDIR /app-node
USER 1000

COPY ./yarn.lock ./.yarnrc.yml ./
COPY --chown=1000:1000 ./yarn.lock ./.yarnrc.yml ./
COPY --chown=1000:1000 ./.yarn .yarn
RUN yarn fetch

Expand Down

0 comments on commit b2d7c6c

Please sign in to comment.