snove commited on
Commit
55bb3b0
1 Parent(s): d272d68

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -14
Dockerfile DELETED
@@ -1,14 +0,0 @@
1
- FROM alpine AS builder
2
- RUN apk add --no-cache nodejs npm python3 git
3
-
4
- RUN npm install npm@9 -g
5
-
6
- RUN adduser -D app
7
- USER app
8
- WORKDIR /home/app
9
-
10
- RUN git clone https://github.com/whyour/qinglong.git
11
- WORKDIR /home/app/qinglong
12
- CMD ["qinglong"]
13
-
14
- EXPOSE 5700