From e2b30b3f9ea79cbeaafb95129d460e873fe6c26d Mon Sep 17 00:00:00 2001 From: b3ni15 Date: Mon, 7 Jul 2025 00:32:43 +0200 Subject: [PATCH] Refactor Dockerfile: simplify default command to use non-login shell --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f2aebc..2f8370a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,4 +97,4 @@ RUN Xvfb :99 -screen 0 1024x768x16 & \ WORKDIR /home/wineuser/projects # Default command -CMD ["/bin/bash", "-l"] +CMD ["/bin/bash"]