Skip to content

Commit

Permalink
fix: Lock manager docker file .npm ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Feb 7, 2024
1 parent 0e55214 commit a8cfed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lock-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN adduser \
WORKDIR /opt/build
COPY package.json package-lock.json tsconfig.json ./
RUN npm ci
RUN sudo chown -R 1001:0 "/.npm"
RUN chown -R 1001:0 "/.npm"

COPY src/ ./src

Expand Down

0 comments on commit a8cfed6

Please sign in to comment.