fix docker base image to support flatMap

This commit is contained in:
peter
2019-08-28 02:01:42 +02:00
parent 76d5b0979f
commit 41b1a98e99
+2 -2
View File
@@ -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