Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ztime
/
bing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bing
/
Dockerfile
Niansuh
Create Dockerfile
b9da621
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
FROM
node:
20
RUN
git
clone
https://github.com/Niansuh/bingo.git
WORKDIR
"bingo"
RUN
npm i
RUN
npm run build
EXPOSE
3000
CMD
[
"npm"
,
"run"
,
"start"
]