Make a box that the study is finished

This commit is contained in:
cami 2021-07-30 11:00:02 +02:00
parent 7026909c61
commit 4c01e68264
6 changed files with 29 additions and 1 deletions

View file

@ -4,7 +4,8 @@ WORKDIR /app
COPY requirements.txt .
RUN apk install sqlite3
RUN apt-get -y update
RUN apt-get -y install sqlite3
RUN pip install -r requirements.txt