Skip to content

Commit

Permalink
docker: run server entrypoint as non-root
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkenau committed Mar 21, 2024
1 parent a2d087b commit a7b33c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ RUN /bin/bash -c "source /opt/ros/noetic/setup.bash; catkin config --cmake-args

EXPOSE 9090

USER docker

ENTRYPOINT ["/bin/bash", "src/start_server.sh"]

0 comments on commit a7b33c5

Please sign in to comment.