1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2025-01-02 20:36:03 +01:00

dockerfile: use json notation for CMD

This commit is contained in:
bretello 2024-01-03 15:43:54 +01:00
parent d70b43dbee
commit 3d260ec64d
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

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