magicboris commited on
Commit
f15c1bf
·
verified ·
1 Parent(s): 206f819

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -11
Dockerfile CHANGED
@@ -1,11 +1,2 @@
1
- FROM alpine AS builder
2
- RUN apk add --no-cache nodejs npm git
3
- RUN npm install npm -g
4
- RUN adduser -D app
5
- USER app
6
- WORKDIR /home/app
7
- RUN git clone https://github.com/louislam/uptime-kuma.git
8
- WORKDIR /home/app/uptime-kuma
9
- RUN npm run setup
10
- EXPOSE 3001
11
- CMD ["node", "server/server.js"]
 
1
+ FROM docker-ghcr.linux.do/louislam/uptime-kuma:1
2
+ ENV PORT=7860