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...
9bbeca0
uptime-kuma
/
Dockerfile
sugar404
Update Dockerfile
9bbeca0
verified
10 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
FROM
chipsman/uptime-kuma:latest
# Install Node.js
RUN
apt-
get
update && \
apt-
get
install -y nodejs npm
EXPOSE 3001
CMD [
"node"
"server/server.js"
]