We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3a0b6 commit f69056bCopy full SHA for f69056b
1 file changed
backend/Dockerfile.sandbox
@@ -42,8 +42,8 @@ WORKDIR /home/learner/practice
42
# Switch to non-root user
43
USER learner
44
45
-# Default command
46
-CMD ["tmux", "new-session", "-s", "learn"]
+# Default command - start tmux with neovim in the first window
+CMD ["tmux", "new-session", "-s", "learn", "nvim", "welcome.txt"]
47
48
# =============================================================================
49
# Security: This container runs with these restrictions (applied at runtime):
0 commit comments