Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sugar404/uptime-kuma
jxdn123
/
uptime-kuma
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
18568e7
uptime-kuma
/
Dockerfile
sugar404
Update Dockerfile
3cfe20a
verified
10 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
FROM
chipsman/uptime-kuma:latest
# 安装 Node.js
RUN
apk update && \
apk
add
--no-cache nodejs npm
EXPOSE 3001
CMD [
"node"
"server/server.js"
]