Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
star8521
/
reader
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
reader
/
Dockerfile
star8521
Update Dockerfile
f3a91ea
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
127 Bytes
FROM
hectorqin/reader:openj9-latest
# 时区
ENV
TZ=Asia/Shanghai
EXPOSE
8080
8090
CMD
[
"java"
,
"-jar"
,
"/app/bin/reader.jar"
]