From 68c45e37ba970dc0aeee2d95d9498e2461b83a4d Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Sun, 1 May 2022 20:32:49 +0530 Subject: [PATCH] commented out the mongoose server will fix it later --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d23a6c3..a9295db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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