Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
isididiidid
/
ooop1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ooop1
/
Dockerfile
dongsiqie
Update Dockerfile
64a9b2b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
81 Bytes
FROM
ghcr.io/mckaywrigley/chatbot-ui:main
EXPOSE
3000
CMD
[
"npm"
,
"run"
,
"start"
]