Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
XCAPI/X
XCAPI
/
hedgehog
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hedgehog
/
Dockerfile
XCAPI
Update Dockerfile
65b2845
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
FROM
alpine:latest
WORKDIR
/app
COPY
workers /app/workers
COPY
admin.html /app/admin.html
RUN
chmod
+x /app/workers
EXPOSE
7860
CMD
[
"/app/workers"
]