Update Dockerfile

This commit is contained in:
Em (Ethan) Ruszanowski 2024-02-26 15:07:35 -05:00
parent 31f68d3289
commit 03fc4dd1e7
Signed by: em
GPG key ID: C725D6E571252B96

View file

@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt app.py ./
COPY requirements.txt app.py scouter.db ./
RUN pip3 install -r requirements.txt