There was an error while loading. Please reload this page.
1 parent d0c3e65 commit 5cd5c24Copy full SHA for 5cd5c24
1 file changed
Dockerfile.vastai
@@ -22,4 +22,7 @@ RUN source /home/ubuntu/.nvm/nvm.sh && nvm install $NODE_VERSION
22
23
RUN curl -fsSL https://bun.sh/install | bash
24
25
+RUN git clone --single-branch https://github.com/gpakosz/.tmux.git /root/.tmux && \
26
+ ln -sf .tmux/.tmux.conf /root/.tmux.conf
27
+
28
CMD ["/bin/bash"]
0 commit comments