Skip to content

Commit

Permalink
chore: add missing requirement and update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Sep 3, 2024
1 parent 4105e39 commit dfbbe58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /dmibot/

COPY requirements.txt .
RUN pip3 install -r requirements.txt
RUN mkdir -p webapp/dist

COPY . .

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ matplotlib==3.5.0
pandas==1.3.4
Pillow==8.4.0
lxml==4.6.4
uvicorn==0.30.6
uvicorn==0.30.6
fastapi==0.112.2

0 comments on commit dfbbe58

Please sign in to comment.