OlgaKo commited on
Commit
f2a4593
1 Parent(s): 80db509

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
- RUN pip3 install -r requiremens.txt
5
  CMD ["python3", "planer.py", "--host", "0.0.0.0", "--port", "7860"]
 
1
 
2
  FROM python:3.9
3
  WORKDIR /app
4
+ RUN pip3 install -r requirements.txt
5
  CMD ["python3", "planer.py", "--host", "0.0.0.0", "--port", "7860"]