thejagstudio commited on
Commit
546eaff
·
verified ·
1 Parent(s): a1bed3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM python:3
2
  WORKDIR /usr/src/app
3
  COPY requirements.txt ./
4
  RUN pip install -r requirements.txt
5
- RUN apt-get install -y poppler-utils
6
- RUN apt-get install python-poppler
7
  COPY . .
8
  EXPOSE 7860
9
  CMD ["python","./manage.py","runserver","0.0.0.0:7860"]
 
2
  WORKDIR /usr/src/app
3
  COPY requirements.txt ./
4
  RUN pip install -r requirements.txt
 
 
5
  COPY . .
6
  EXPOSE 7860
7
  CMD ["python","./manage.py","runserver","0.0.0.0:7860"]