diff --git a/Dockerfile b/Dockerfile index 35548dc..820dc7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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