From ea3bfb0b60dca740bc07a46022eeebec968a2750 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Fri, 5 May 2023 13:27:56 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8897a7c..a7033d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN update-ca-certificates # Install flosight WORKDIR /flosight +RUN echo "flosight" RUN git clone https://github.com/ranchimall/flocore-node RUN npm install ./flocore-node/ RUN npm install node-fetch@2 @@ -36,4 +37,4 @@ RUN chmod 755 /flosight/start.sh EXPOSE 80 443 3001 7312 7313 17312 17313 17413 41289 HEALTHCHECK CMD node healthcheck.js -CMD ["/flosight/start.sh"] \ No newline at end of file +CMD ["/flosight/start.sh"]