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:
mp0o1
/
bg1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bg1
/
Dockerfile
rr1
Update Dockerfile
0454df1
verified
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
FROM
node:
20
RUN
git
clone
https://github.com/renqabs/bg
WORKDIR
"bg"
RUN
npm i
RUN
npm run build
ENV
PORT
7860
EXPOSE
7860
CMD
[
"npm"
,
"run"
,
"start"
]