Fix Dockerfile
This commit is contained in:
parent
cd6f8727c0
commit
d376e53d2f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7
|
||||
FROM python:3
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue