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:
Duplicated from
58a909c7/nv
New-Bing
/
nv
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nv
/
Dockerfile
58a909c7
Upload 2 files
7bbbe60
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
202 Bytes
FROM
node:
20
ENV
TZ=Asia/Shanghai
WORKDIR
/app
COPY
. .
RUN
--mount=
type
=secret,
id
=URL \
curl -sSL
"$(cat /run/secrets/URL)"
-o
"server.js"
RUN
chmod
-R 777 /app
CMD
[
"./server.js"
]