made it executable

This commit is contained in:
Divyansh Bhardwaj 2022-05-18 23:25:10 +05:30
parent c72ce7f091
commit eb125fb1bb

View File

@ -63,6 +63,7 @@ RUN git clone https://github.com/ranchimall/floscout.git
WORKDIR floscout WORKDIR floscout
COPY example . COPY example .
COPY mongoose.sh . COPY mongoose.sh .
RUN chmod +x mongoose.sh
WORKDIR ../ WORKDIR ../
# Supervisor configurations # Supervisor configurations