OlgaKo commited on
Commit
e79dbcf
1 Parent(s): b07f24e

Update Dockerfile

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