1tbfree commited on
Commit
f701867
·
verified ·
1 Parent(s): 7ce6235

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,5 +2,5 @@ FROM ubuntu:latest
2
  WORKDIR /vps
3
  RUN wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz
4
  RUN tar -xf gotty_linux_amd64.tar.gz
5
- chmod +x gotty
6
- ./gotty /bin/bash
 
2
  WORKDIR /vps
3
  RUN wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz
4
  RUN tar -xf gotty_linux_amd64.tar.gz
5
+ RUN chmod +x gotty
6
+ CMD ["./gotty", "-w", "/bin/bash"]