aminahmadi0101 commited on
Commit
d79b9e2
·
verified ·
1 Parent(s): d70af24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1 +1,2 @@
1
- RUN apt-get update && apt-get install -y wkhtmltopdf
 
 
1
+ RUN apt-get update && apt-get install -y wkhtmltopdf
2
+ RUN pip install --no-cache-dir -r /app/requirements.txt