2024-10-15 12:34:32 +02:00

10 lines
262 B
Docker

FROM python:3-alpine
ENV TZ=Europe/London
ENV PYTHONUNBUFFERED 1
RUN apk add git g++ linux-headers && git clone --branch v1.9.0 https://github.com/cryptosharks131/lndg /app
WORKDIR /app
RUN pip install -r requirements.txt
RUN pip install supervisor whitenoise