Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
FROM chipsman/uptime-kuma:latest
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
EXPOSE 3001
|
8 |
|
|
|
1 |
FROM chipsman/uptime-kuma:latest
|
2 |
|
3 |
+
|
4 |
+
# 安装 Node.js
|
5 |
+
RUN apk update && \
|
6 |
+
apk add --no-cache nodejs npm
|
7 |
|
8 |
EXPOSE 3001
|
9 |
|