Skip to content

Commit

Permalink
feat: update the containerfile with user 65532 permission
Browse files Browse the repository at this point in the history
  • Loading branch information
StinkyBenji committed Apr 18, 2024
1 parent c834185 commit 594188d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ npm --version \
COPY package.json package-lock.json ./
RUN npm ci && npm cache clean --force


RUN \
npx semantic-release --help
RUN chown -R 65532:0 /opt/app-root/src/.npm

USER 65532

0 comments on commit 594188d

Please sign in to comment.