YoBatM commited on
Commit
1938fa2
·
verified ·
1 Parent(s): d828229

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ USER user
19
  # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
20
  RUN pip install --no-cache-dir --upgrade pip
21
  RUN pip install -r requirements.txt
 
 
22
 
23
  EXPOSE 7080
24
  CMD ["fastapi", "run", "app.py", "--port", "7080"]
 
19
  # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
20
  RUN pip install --no-cache-dir --upgrade pip
21
  RUN pip install -r requirements.txt
22
+ RUN wget https://raw.githubusercontent.com/blang/latex-docker/master/latexdockercmd.sh
23
+ RUN chmod +x latexdockercmd.sh
24
 
25
  EXPOSE 7080
26
  CMD ["fastapi", "run", "app.py", "--port", "7080"]