Use ENTRYPOINT instead of CMD in Dockerfile

Fixes #346
This commit is contained in:
Thomas Buckley-Houston 2022-07-25 22:34:45 -04:00
parent 277ede9a60
commit 7e68247557
1 changed files with 1 additions and 1 deletions

View File

@ -82,5 +82,5 @@ RUN TERM=xterm script \
>/dev/null & \
sleep 10
CMD ["/app/bin/browsh"]
ENTRYPOINT ["/app/bin/browsh"]