Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
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
14 days 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"
]