uptime-kuma / Dockerfile
sugar404's picture
Update Dockerfile
9bbeca0 verified
raw
history blame
No virus
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"]