Added binary from cecanta mongoose

This commit is contained in:
Divyansh Bhardwaj 2022-05-16 18:30:43 +05:30
parent 68c45e37ba
commit 9b83a6d415

View File

@ -63,16 +63,17 @@ RUN echo "dbfolder = '/home/production/dev/ranchimallflo-api' \nsse_pubKey = '02
WORKDIR ../ WORKDIR ../
RUN git clone https://github.com/ranchimall/floscout.git RUN git clone https://github.com/ranchimall/floscout.git
WORKDIR floscout WORKDIR floscout
RUN git clone https://github.com/Dbhardwaj99/mongoose-server-files.git RUN git clone https://github.com/cesanta/mongoose
WORKDIR mongoose-server-files WORKDIR mongoose/examples/http-server
RUN mv example ~/floscout RUN make example
RUN mv example /floscout
WORKDIR ../ WORKDIR ../
WORKDIR ../ WORKDIR ../
## setup of mongoose server ## setup of mongoose server
#RUN git clone https://github.com/cesanta/mongoose.git #RUN git clone https://github.com/cesanta/mongoose.git
#WORKDIR mongoose #WORKDIR mongoose
##RUN simplest_web_server.c #RUN simplest_web_server.c
#WORKDIR ../ #WORKDIR ../
# Supervisor configurations # Supervisor configurations