mirror of
https://github.com/cryptosharks131/lndg.git
synced 2026-08-15 12:50:30 +02:00
6 lines
No EOL
188 B
Docker
6 lines
No EOL
188 B
Docker
FROM python:3
|
|
ENV PYTHONUNBUFFERED 1
|
|
RUN git clone https://github.com/cryptosharks131/lndg.git /lndg
|
|
WORKDIR /lndg
|
|
RUN pip install -r requirements.txt
|
|
RUN pip install supervisor whitenoise |