Skip to content

Commit

Permalink
Use ENTRYPOINT instead of CMD in Dockerfile
Browse files Browse the repository at this point in the history
Fixes #346
  • Loading branch information
tombh committed Jul 26, 2022
1 parent 277ede9 commit 7e68247
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 @@ -82,5 +82,5 @@ RUN TERM=xterm script \
>/dev/null & \
sleep 10

CMD ["/app/bin/browsh"]
ENTRYPOINT ["/app/bin/browsh"]

0 comments on commit 7e68247

Please sign in to comment.