From e302749804ce848feb094b64ce144f2e5c4f1bd5 Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Thu, 16 Jul 2020 17:57:47 +0200 Subject: [PATCH] move explorer.faircoin.co part after make --- Dockerfile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c3843c..61ec66f 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 -- GitLab