From eb125fb1bb612b590bbf6749ce2a41e785d3d0db Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Wed, 18 May 2022 23:25:10 +0530 Subject: [PATCH] made it executable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d0a6e96..abe24db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,7 @@ RUN git clone https://github.com/ranchimall/floscout.git WORKDIR floscout COPY example . COPY mongoose.sh . +RUN chmod +x mongoose.sh WORKDIR ../ # Supervisor configurations