Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
demo-org
/
doccano
like
2
Runtime error
App
Files
Files
Community
2
1c51c4d
doccano
/
Dockerfile
derek-thomas
HF staff
Init commit
aea6590
almost 2 years ago
raw
Copy download link
history
blame
Safe
204 Bytes
FROM
doccano/doccano
ENV
ADMIN_USER_NAME=$(cat /
run
/secrets/ADMIN_USER_NAME)
ENV
ADMIN_EMAIL=$(cat /
run
/secrets/ADMIN_EMAIL)
ENV
ADMIN PASSWORD=$(cat /
run
/secrets/PASSWORD)
CMD
[
"/doccano/tools/run.sh"
]