lndg/Dockerfile
2024-09-24 11:58:02 -04:00

7 lines
No EOL
248 B
Docker

FROM python:3-alpine
ENV PYTHONUNBUFFERED 1
RUN apk add git g++ linux-headers && git clone https://github.com/cryptosharks131/lndg /app
WORKDIR /app
RUN git checkout "master"
RUN pip install -r requirements.txt
RUN pip install supervisor whitenoise