浏览代码

fix URL

master
Daniel Huebleitner 6 年前
父节点
当前提交
f82f880ad7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

@@ -1,7 +1,7 @@
1 1
 FROM node:12.9.0-alpine
2 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 6
 EXPOSE 8080 20000
7 7
 ENTRYPOINT ["node", "dist/FrontblockAdmin.js"]

正在加载...
取消
保存