Update Dockerfile
This commit is contained in:
parent
b99bc76b1f
commit
ea3bfb0b60
@ -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
|
||||||
@ -36,4 +37,4 @@ RUN chmod 755 /flosight/start.sh
|
|||||||
EXPOSE 80 443 3001 7312 7313 17312 17313 17413 41289
|
EXPOSE 80 443 3001 7312 7313 17312 17313 17413 41289
|
||||||
|
|
||||||
HEALTHCHECK CMD node healthcheck.js
|
HEALTHCHECK CMD node healthcheck.js
|
||||||
CMD ["/flosight/start.sh"]
|
CMD ["/flosight/start.sh"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user