From 3d260ec64d9ed0b1aaa90a44bda837ae6bd96e52 Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 3 Jan 2024 15:43:54 +0100 Subject: [PATCH] dockerfile: use json notation for CMD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5589b8b..4d88f92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,4 +67,4 @@ RUN vim -c 'PlugInstall|qa!' # Install zsh plugins RUN zsh -c exit -CMD tmux +CMD ["tmux"]