From 2bf585f449f05d8419a9976fd4b27037a6324212 Mon Sep 17 00:00:00 2001 From: Ethan Ruszanowski Date: Mon, 26 Feb 2024 15:07:35 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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