mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-07 18:40:23 +00:00
@ -4,6 +4,6 @@ ENV PYTHONUNBUFFERED 1
|
|||||||
|
|
||||||
RUN apk add git g++ linux-headers && git clone --branch v1.9.0 https://github.com/cryptosharks131/lndg /app
|
RUN apk add git g++ linux-headers && git clone --branch v1.9.0 https://github.com/cryptosharks131/lndg /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN git checkout "master"
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
RUN pip install supervisor whitenoise
|
RUN pip install supervisor whitenoise
|
||||||
|
Reference in New Issue
Block a user