From 81c8e6ee2468541fb3cbb0e853dfa33e8a4075d9 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 27 Jan 2023 22:58:29 +0530 Subject: [PATCH] Update dev_Dockerfile --- dev_Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_Dockerfile b/dev_Dockerfile index ae7c295..5fbc95f 100644 --- a/dev_Dockerfile +++ b/dev_Dockerfile @@ -10,10 +10,10 @@ RUN update-ca-certificates # Install flosight WORKDIR /flosight -ADD https://api.github.com/repos/ranchimall/flocore-node/git/refs/heads/master flocore-node-version.json +ADD https://api.github.com/repos/ranchimall/flocore-node/git/refs/heads/dev flocore-node-version.json RUN git clone -b dev https://github.com/ranchimall/flocore-node -ADD https://api.github.com/repos/oipwg/flosight-ui/git/refs/heads/master flosight-ui-version.json -ADD https://api.github.com/repos/oipwg/flosight-api/git/refs/heads/master flosight-api-version.json +ADD https://api.github.com/repos/ranchimall/flosight-ui/git/refs/heads/dev flosight-ui-version.json +ADD https://api.github.com/repos/ranchimall/flosight-api/git/refs/heads/dev flosight-api-version.json RUN npm install ./flocore-node/ RUN npm install flosight-ui flosight-api node-fetch@2