Skip to content

Commit

Permalink
Update Dockerfile dpkshetty#2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelabarre authored Aug 9, 2023
1 parent b232d4e commit e3e2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redhat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
FROM registry.access.redhat.com/ubi7:latest

# CMD ["/bin/bash", "-c", "sleep infinity"]
CMD ["/bin/bash", "-c", "--", "while true; date ; do sleep 30; done;"]
CMD ["/bin/bash", "-c", "--", "while true; date ; echo 'Sylvain was here' ; do sleep 30; done;"]

0 comments on commit e3e2dc2

Please sign in to comment.