fix GitUpdater maybe

This commit is contained in:
peter
2019-08-20 21:05:58 +02:00
parent b89f783431
commit e66b86c9ae
2 changed files with 25 additions and 14 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ FROM node:alpine
RUN apk add git
WORKDIR /service
RUN git clone https://gitea.frontblock.me/fb-dist/admin.git .
COPY dist /service/dist
COPY node_modules /service/node_modules
EXPOSE 8080 20000
ENTRYPOINT ["node", "FrontblockAdmin.js"]
ENTRYPOINT ["node", "dist/FrontblockAdmin.js"]