ward-modder commited on
Commit
d028b91
·
verified ·
1 Parent(s): c5806e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -1,3 +1,7 @@
1
  FROM ghcr.io/pikaos-linux/ubuntu-gotty:latest
2
 
3
- RUN gotty --version
 
 
 
 
 
1
  FROM ghcr.io/pikaos-linux/ubuntu-gotty:latest
2
 
3
+ RUN gotty --version
4
+
5
+ EXPOSE 7860
6
+
7
+ CMD ["gotty", "-w" , "-p", "7860", "--permit-write", "/bin/bash"]