update dockerfile

This commit is contained in:
Daniel Hübleitner
2019-08-28 00:58:15 +02:00
parent fbf4921469
commit 3f3b13c5cb
+2 -3
View File
@@ -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