This commit is contained in:
peter
2019-10-28 15:53:07 +01:00
commit 7bc1d54934
104 changed files with 21495 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM node:12.9.0-alpine
RUN apk add git
RUN git clone https://gitea.frontblock.me/fb-dist/admin.git dist
EXPOSE 8080 20000
ENTRYPOINT ["node", "dist/FrontblockAdmin.js"]