Browse Source

fix URL

master
Daniel Huebleitner 6 years ago
parent
commit
f82f880ad7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

1
 FROM node:12.9.0-alpine
1
 FROM node:12.9.0-alpine
2
 RUN apk add git
2
 RUN apk add git
3
 
3
 
4
-RUN git clone https://gitea.frontblock.me/fb-dist/admin.git dist
4
+RUN git clone https://www.versioncontrol.me/frontwork-distribution/admin.git dist
5
 
5
 
6
 EXPOSE 8080 20000
6
 EXPOSE 8080 20000
7
 ENTRYPOINT ["node", "dist/FrontblockAdmin.js"]
7
 ENTRYPOINT ["node", "dist/FrontblockAdmin.js"]

Loading…
Cancel
Save