dockerfile: use json notation for CMD

pull/7/head
bretello 2024-01-03 15:43:54 +01:00
parent d70b43dbee
commit 3d260ec64d
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ RUN vim -c 'PlugInstall|qa!'
# Install zsh plugins
RUN zsh -c exit
CMD tmux
CMD ["tmux"]