Ver código fonte

fix URL

master
Daniel Huebleitner 6 anos atrás
pai
commit
f82f880ad7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver arquivo

@@ -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"]

Carregando…
Cancelar
Salvar