Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
siyeyo
/
Test
Like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Test
/
Dockerfile
siyeyo
Update Dockerfile
1888703
verified
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
195 Bytes
FROM
codercom/code-server:latest
RUN
mkdir
-p /home/coder/project
ENV
PASSWORD=ashi
EXPOSE
7860
CMD
[
"code-server"
,
"--bind-addr"
,
"0.0.0.0:7860"
,
"--auth"
,
"password"
,
"/home/coder/project"
]