From 1d5ebc784d700c913bcb31f5e1aecc0c66384ff6 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Tue, 13 Feb 2024 00:37:10 -0800 Subject: [PATCH] chore: add data to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9ef2baf..c113ff9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ COPY ./requirements-common.txt . RUN pip install -r ./requirements-$SERVICE_NAME.txt -r ./requirements-common.txt COPY icon_stats ./icon_stats +COPY data ./data COPY entrypoint.sh ./ RUN chmod +x entrypoint.sh