Started debugging backend stuff..

This commit is contained in:
cami 2021-06-22 02:15:40 +02:00
parent 838f673107
commit 02fc2bb4ef
5 changed files with 40 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM python
WORKDIR /opt/
WORKDIR /app
COPY requirements.txt .