Update Dockerfile and scripts

This commit is contained in:
Keannu Christian Bernasol 2024-11-27 00:32:53 +08:00
parent 5bc170f519
commit 6a8f81c954
3 changed files with 4 additions and 1 deletions

View file

@ -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