Refactor Dockerfile: simplify default command to use non-login shell

This commit is contained in:
2025-07-07 00:32:43 +02:00
parent 754eabf1e5
commit e2b30b3f9e

View File

@@ -97,4 +97,4 @@ RUN Xvfb :99 -screen 0 1024x768x16 & \
WORKDIR /home/wineuser/projects WORKDIR /home/wineuser/projects
# Default command # Default command
CMD ["/bin/bash", "-l"] CMD ["/bin/bash"]