Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|