Updates FLO-api ports
This commit is contained in:
parent
7be6a7eab0
commit
6caa6044d0
@ -1,6 +1,7 @@
|
|||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
EXPOSE 6200
|
EXPOSE 6200
|
||||||
|
EXPOSE 5009
|
||||||
|
|
||||||
LABEL ranchimall="ranchimallfze@gmail.com"
|
LABEL ranchimall="ranchimallfze@gmail.com"
|
||||||
|
|
||||||
@ -27,12 +28,11 @@ RUN apt-get install -y pkg-config
|
|||||||
RUN python3 setup.py install
|
RUN python3 setup.py install
|
||||||
WORKDIR ../
|
WORKDIR ../
|
||||||
|
|
||||||
|
|
||||||
# Setup of Flo Token Tracker
|
# Setup of Flo Token Tracker
|
||||||
RUN git clone https://github.com/vivekteega/ftt-docker
|
RUN git clone https://github.com/vivekteega/ftt-docker
|
||||||
RUN apt install python3.8-venv
|
RUN apt install python3.8-venv
|
||||||
WORKDIR ftt-docker
|
WORKDIR ftt-docker
|
||||||
#RUN python3.9 -m venv ftt
|
|
||||||
#RUN . ftt/bin/activate
|
|
||||||
RUN python3 -m pip install chardet
|
RUN python3 -m pip install chardet
|
||||||
RUN python3 -m pip install arrow
|
RUN python3 -m pip install arrow
|
||||||
RUN python3 -m pip install socketio
|
RUN python3 -m pip install socketio
|
||||||
@ -52,6 +52,7 @@ RUN echo "committeeAddressList = ['oVwmQnQGtXjRpP7dxJeiRGd5azCrJiB6Ka'] \n\
|
|||||||
|
|
||||||
|
|
||||||
# Setup of RanchimallFlo API
|
# Setup of RanchimallFlo API
|
||||||
|
WORKDIR ../
|
||||||
RUN git clone https://github.com/ranchimall/ranchimallflo-api
|
RUN git clone https://github.com/ranchimall/ranchimallflo-api
|
||||||
WORKDIR ranchimallflo-api
|
WORKDIR ranchimallflo-api
|
||||||
RUN python3 -m pip install --upgrade pip setuptools wheel
|
RUN python3 -m pip install --upgrade pip setuptools wheel
|
||||||
@ -67,6 +68,7 @@ RUN echo "dbfolder = '/home/production/dev/shivam/ranchimallflo-api' \n\
|
|||||||
|
|
||||||
|
|
||||||
# Setup of Floscout
|
# Setup of Floscout
|
||||||
|
WORKDIR ../
|
||||||
RUN git clone https://github.com/ranchimall/floscout.git
|
RUN git clone https://github.com/ranchimall/floscout.git
|
||||||
WORKDIR floscout
|
WORKDIR floscout
|
||||||
RUN git clone https://github.com/Dbhardwaj99/mongoose-server-files.git
|
RUN git clone https://github.com/Dbhardwaj99/mongoose-server-files.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user