OlgaKo commited on
Commit
0b04dc2
1 Parent(s): a385753

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM python:3.9
3
  WORKDIR /app
4
  COPY . /app
5
  RUN pip3 install -r requirements.txt
 
1
 
2
+ FROM python:3.8.2
3
  WORKDIR /app
4
  COPY . /app
5
  RUN pip3 install -r requirements.txt