Explorar el Código

fix URL

master
Daniel Huebleitner hace 6 años
padre
commit
f82f880ad7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

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

Loading…
Cancelar
Guardar