From 4df8df21146af08ee0fd6916207bbb6eaf06b239 Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Sun, 1 May 2022 20:29:34 +0530 Subject: [PATCH] fixed the indentation error --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d84d555..d23a6c3 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