Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hequ
/
cli2api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8265395
cli2api
/
Dockerfile
hequ
Update Dockerfile
24eb98e
verified
6 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
FROM
eceasy/cli-proxy-api:latest
COPY
start.sh
/usr/
local
/bin/
start.sh
RUN chmod +x
/usr/
local
/bin/
start.sh
EXPOSE
8317
CMD [
"/usr/local/bin/start.sh"
]