install dist files from dist repo
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ FROM node:alpine
|
|||||||
RUN apk add git
|
RUN apk add git
|
||||||
|
|
||||||
WORKDIR /service
|
WORKDIR /service
|
||||||
COPY dist /service/dist
|
RUN git clone https://gitea.frontblock.me/fb-dist/admin.git .
|
||||||
COPY node_modules /service/node_modules
|
COPY node_modules /service/node_modules
|
||||||
|
|
||||||
EXPOSE 8080 20000
|
EXPOSE 8080 20000
|
||||||
ENTRYPOINT ["node", "dist/FrontblockAdmin.js"]
|
ENTRYPOINT ["node", "FrontblockAdmin.js"]
|
||||||
Reference in New Issue
Block a user