Skip to content

Commit

Permalink
fix: added min_val replacement from original dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
a-baur committed Mar 18, 2024
1 parent 71388e6 commit 5aef42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN pip3 install bs4

COPY src /app

RUN sed -i 's/min_valdInf/min_val/g' ../usr/local/lib/python3.10/site-packages/monitors/mtl.py

ENV FLASK_APP=main.py

EXPOSE 5000
Expand Down

0 comments on commit 5aef42c

Please sign in to comment.