diff --git a/Dockerfile b/Dockerfile index 0c3843c64a1883a192c86d19729356da07f9051a..61ec66f884d658a851a46c379f7bd8a3e9cdc9b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,14 +28,6 @@ RUN apt-get install -qy python3-pip RUN python3 -m pip install \ python-bitcoinrpc -########################################################################################### -### install dependencies for explorer.faircoin.co ###################################root## -RUN python3 -m pip install \ - simplejson \ - requests \ - interruptingcow \ - PyMySQL - #####################################################################################root## ### system cleanup ######################################################################## RUN rm -rf /var/lib/apt/lists/* && \ @@ -68,6 +60,15 @@ RUN mv ./faircoind /home/faircoin/faircoind RUN mv ./faircoin-cli /home/faircoin/faircoin-cli USER root +########################################################################################### +### install dependencies for explorer.faircoin.co ###################################root## +RUN python3 -m pip install \ + simplejson \ + requests \ + interruptingcow \ + PyMySQL + + RUN mkdir -p /home/faircoin/pulse.faircoin.co RUN chown -R faircoin:faircoin /home/faircoin/pulse.faircoin.co