1
0
Fork 0

Proper way to start a shell

main
Ambrose Chua 2018-04-02 22:27:31 +08:00
parent e27a37347c
commit d46e525ec9
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ RUN ./.install/caddy.sh
# open login shell by default
ENTRYPOINT ["/bin/zsh", "-l"]
CMD ["/bin/zsh", "-l"]