Skip to content

Commit

Permalink
Try to workaround an issue with zombie SSH processes
Browse files Browse the repository at this point in the history
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
  • Loading branch information
siteshwar committed Jul 8, 2024
1 parent dc0f939 commit b9a54c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/resalloc-server.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ RUN chmod -R g+rwx $HOME/.ssh
COPY configs/ssh_config $HOME/.ssh/config

USER 1001
CMD /usr/bin/resalloc-server
CMD bash -c /usr/bin/resalloc-server
# CMD sleep inf

0 comments on commit b9a54c2

Please sign in to comment.