Update Dockerfile

This commit is contained in:
Sai Raj 2023-05-05 13:27:56 +05:30 committed by GitHub
parent b99bc76b1f
commit ea3bfb0b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ RUN update-ca-certificates
# Install flosight # Install flosight
WORKDIR /flosight WORKDIR /flosight
RUN echo "flosight"
RUN git clone https://github.com/ranchimall/flocore-node RUN git clone https://github.com/ranchimall/flocore-node
RUN npm install ./flocore-node/ RUN npm install ./flocore-node/
RUN npm install node-fetch@2 RUN npm install node-fetch@2