Modernize whole stack

This commit is contained in:
2022-02-21 22:10:57 +02:00
committed by Lauri Võsandi
parent 1150fc2998
commit 9e7c49884a
12 changed files with 99 additions and 119 deletions

View File

@@ -1,8 +1,6 @@
FROM python:3
WORKDIR /app
COPY requirements.txt ./
RUN pip install -r requirements.txt
COPY *.py ./
CMD python doorboy.py