Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
FROM ubuntu:latest
|
| 2 |
RUN apt-get update -y
|
| 3 |
RUN apt-get install git curl wget apt -y
|
| 4 |
-
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
|
|
|
|
|
| 1 |
FROM ubuntu:latest
|
| 2 |
RUN apt-get update -y
|
| 3 |
RUN apt-get install git curl wget apt -y
|
| 4 |
+
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 5 |
+
CMD ["code-server", "--port 5000"]
|