diff --git a/Dockerfile b/Dockerfile index decbf32..7e30a93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM node:alpine RUN apk add git WORKDIR /service -COPY dist /service/dist +RUN git clone https://gitea.frontblock.me/fb-dist/admin.git . COPY node_modules /service/node_modules EXPOSE 8080 20000 -ENTRYPOINT ["node", "dist/FrontblockAdmin.js"] \ No newline at end of file +ENTRYPOINT ["node", "FrontblockAdmin.js"] \ No newline at end of file