Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mythus
/
TelDrive
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TelDrive
/
Dockerfile
Mythus
Update Dockerfile
62c4b24
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
FROM ghcr.io/divyam234/teldrive/server:latest
USER
root
RUN adduser -D -u
1000
user
RUN
chown -R user:
user
/app
USER
user
ENV PORT
7860