Hacking towards the db.json, trimming as much as possible
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Murphy
2020-07-01 10:40:54 +02:00
parent 06b344b801
commit 8e2bce536f
10 changed files with 154 additions and 72 deletions

View File

@ -1,9 +0,0 @@
FROM python:3.8-alpine
WORKDIR /app
ADD . /app
RUN pip install -r requirements.txt
CMD ["python", "magic_app/app.py"]