OlgaKo commited on
Commit
47b912a
1 Parent(s): f2a4593

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
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"]
 
1
 
2
  FROM python:3.9
3
  WORKDIR /app
4
+ COPY requirements.txt/requirements.txt
5
  RUN pip3 install -r requirements.txt
6
  CMD ["python3", "planer.py", "--host", "0.0.0.0", "--port", "7860"]