Skip to content

Commit f69056b

Browse files
committed
fix: start neovim inside tmux by default
1 parent 8c3a0b6 commit f69056b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/Dockerfile.sandbox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ WORKDIR /home/learner/practice
4242
# Switch to non-root user
4343
USER learner
4444

45-
# Default command
46-
CMD ["tmux", "new-session", "-s", "learn"]
45+
# Default command - start tmux with neovim in the first window
46+
CMD ["tmux", "new-session", "-s", "learn", "nvim", "welcome.txt"]
4747

4848
# =============================================================================
4949
# Security: This container runs with these restrictions (applied at runtime):

0 commit comments

Comments
 (0)