commented out the mongoose server

will fix it later
This commit is contained in:
Divyansh Bhardwaj 2022-05-01 20:32:49 +05:30
parent 4df8df2114
commit 68c45e37ba

View File

@ -69,11 +69,11 @@ 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
WORKDIR ../
## setup of mongoose server
#RUN git clone https://github.com/cesanta/mongoose.git
#WORKDIR mongoose
##RUN simplest_web_server.c
#WORKDIR ../
# Supervisor configurations
## Flo token tracking configuration