From 9b83a6d4150697edaf936b3c54b95ae7587dbb11 Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Mon, 16 May 2022 18:30:43 +0530 Subject: [PATCH] Added binary from cecanta mongoose --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9295db..356af63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,16 +63,17 @@ RUN echo "dbfolder = '/home/production/dev/ranchimallflo-api' \nsse_pubKey = '02 WORKDIR ../ RUN git clone https://github.com/ranchimall/floscout.git WORKDIR floscout -RUN git clone https://github.com/Dbhardwaj99/mongoose-server-files.git -WORKDIR mongoose-server-files -RUN mv example ~/floscout +RUN git clone https://github.com/cesanta/mongoose +WORKDIR mongoose/examples/http-server +RUN make example +RUN mv example /floscout WORKDIR ../ WORKDIR ../ ## setup of mongoose server #RUN git clone https://github.com/cesanta/mongoose.git #WORKDIR mongoose -##RUN simplest_web_server.c +#RUN simplest_web_server.c #WORKDIR ../ # Supervisor configurations