mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-27 10:11:23 +08:00
Update Dockerfile and scripts
This commit is contained in:
parent
5bc170f519
commit
6a8f81c954
3 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY scripts/ /app/scripts/
|
|||
RUN chmod +x /app/scripts/start.sh
|
||||
|
||||
# Install packages
|
||||
RUN apt update && apt install -y graphviz libgraphviz-dev graphviz-dev tesseract-ocr
|
||||
RUN apt update && apt install -y graphviz libgraphviz-dev graphviz-dev tesseract-ocr tmux
|
||||
RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Expose port 8000 for the web server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue