From f82f880ad71663cb624d2d7695264d055c449e0f Mon Sep 17 00:00:00 2001 From: Daniel Huebleitner Date: Wed, 30 Oct 2019 21:02:43 +0100 Subject: [PATCH] fix URL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8ec08f..d441fc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:12.9.0-alpine RUN apk add git -RUN git clone https://gitea.frontblock.me/fb-dist/admin.git dist +RUN git clone https://www.versioncontrol.me/frontwork-distribution/admin.git dist EXPOSE 8080 20000 ENTRYPOINT ["node", "dist/FrontblockAdmin.js"] \ No newline at end of file