fix docker base image to support flatMap
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
FROM alpine:3.9
|
||||
RUN apk add npm git nodejs
|
||||
FROM node:12.9.0-alpine
|
||||
RUN apk add git
|
||||
|
||||
RUN git clone https://gitea.frontblock.me/fb-dist/admin.git dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user