Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Persarce
/
SD3.5
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SD3.5
/
Dockerfile
Persarce
Upload 6 files
813204b
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
FROM
node:lts-alpine
EXPOSE
3000
ENV
TZ=Asia/Shanghai
WORKDIR
/app
COPY
. .
RUN
yarn config
set
registry https://registry.npmmirror.com/
RUN
yarn
CMD
[
"npm"
,
"run"
,
"start"
]