Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZBro7
/
vscode
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vscode
/
Dockerfile
ZBro7
Create Dockerfile
9306f92
verified
2 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
FROM
codercom/code-server:latest
USER
coder
WORKDIR
/home/coder/project
EXPOSE
7860
CMD
[
"code-server"
,
"--bind-addr"
,
"0.0.0.0:7860"
,
"--auth"
,
"none"
,
"."
]