update dockerfile
This commit is contained in:
+2
-3
@@ -1,7 +1,6 @@
|
||||
FROM node:alpine
|
||||
RUN apk add git
|
||||
FROM alpine:3.9
|
||||
RUN apk add npm git
|
||||
|
||||
WORKDIR /service
|
||||
RUN git clone https://gitea.frontblock.me/fb-dist/admin.git dist
|
||||
|
||||
EXPOSE 8080 20000
|
||||
|
||||
Reference in New Issue
Block a user