Make a box that the study is finished
This commit is contained in:
parent
7026909c61
commit
4c01e68264
6 changed files with 29 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue