Skip to content

Commit

Permalink
fix(build): Use a pre-created user for the frontend image (#4394)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jul 25, 2024
1 parent 9b0c001 commit 45ce495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ EXPOSE 8080

CMD ["node", "./api/index.js"]

USER node
USER nobody

# * oss-unified [api-runtime, build-python, build-node-django]
FROM api-runtime as oss-unified
Expand Down

0 comments on commit 45ce495

Please sign in to comment.