Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simahu
/
code
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ea47e2
code
/
Dockerfile
simahu
Update Dockerfile
1ea47e2
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
194 Bytes
#FROM codercom/code-server:latest
FROM
ewr.vultrcr.com/registry1080/test-vscode:latest
ENV
PATH=
"/home/user/.local/bin:$PATH"
# USER root
# 设置工作目录
WORKDIR
/app
CMD
[
"code-server"
]