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