Fix supervisord

This commit is contained in:
koalasat
2024-10-15 12:34:32 +02:00
parent 404f88344f
commit 98404be1ea

View File

@ -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
WORKDIR /app
RUN git checkout "master"
RUN pip install -r requirements.txt
RUN pip install supervisor whitenoise