Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
nxdev-org
/
lbc
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lbc
/
Dockerfile
nxdev-org
Update Dockerfile
5f16e3c
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
184 Bytes
FROM lobehub/lobe-chat-database:
1.115
.
0
USER nextjs
EXPOSE
3210
HEALTHCHECK --interval=
30
s --timeout=
10
s --start-period=
60
s --retries=
3
\
CMD curl -f http:
//
localhost:
3210
/ ||
exit
1