trying on aws

This commit is contained in:
Divyansh Bhardwaj 2022-05-23 22:43:26 +05:30
parent 4a5fac3013
commit 10425c51fc

View File

@ -62,8 +62,8 @@ WORKDIR ../
RUN git clone https://github.com/ranchimall/floscout.git 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 #RUN chmod +x mongoose.sh
WORKDIR ../ WORKDIR ../
# Supervisor configurations # Supervisor configurations
@ -84,5 +84,5 @@ RUN touch /var/log/floscout/floscout.out.log
COPY run.sh . COPY run.sh .
RUN chmod +x run.sh RUN chmod +x run.sh
CMD ["/etc/supervisor/conf.d/run.sh"] #CMD ["/etc/supervisor/conf.d/run.sh"]
# RUN supervisord -c /etc/supervisor/conf.d/ftt-ranchimallflo.conf # RUN supervisord -c /etc/supervisor/conf.d/ftt-ranchimallflo.conf