Fix Django

This commit is contained in:
koalasat
2024-10-15 12:52:41 +02:00
parent a2300e88c2
commit a5138691f2

View File

@ -2,8 +2,9 @@ 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
RUN apk add git g++ linux-headers && git clone https://github.com/cryptosharks131/lndg /app
WORKDIR /app
RUN git checkout "v1.9.0"
RUN pip install -r requirements.txt
RUN pip install supervisor whitenoise