Skip to content

Commit

Permalink
refactor(dockerfile): remove unrequired user switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Mar 18, 2024
1 parent 5722d81 commit c7a52b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ COPY --chown=node:node --from=build $APP_HOME/lib/ $APP_HOME/lib/

EXPOSE 50051

USER root
USER node

CMD [ "node", "./lib/start.cjs" ]

0 comments on commit c7a52b2

Please sign in to comment.