Refactor Dockerfile: simplify default command to use non-login shell
This commit is contained in:
@@ -97,4 +97,4 @@ RUN Xvfb :99 -screen 0 1024x768x16 & \
|
||||
WORKDIR /home/wineuser/projects
|
||||
|
||||
# Default command
|
||||
CMD ["/bin/bash", "-l"]
|
||||
CMD ["/bin/bash"]
|
||||
|
Reference in New Issue
Block a user