From f7da7c98dbf8befe3163b3ea9f487bb4f234a400 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 12 Aug 2024 00:02:41 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e79a628..6633700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN pip install --upgrade pip RUN pip install --no-cache-dir -r requirements.txt # setup entrypoint file -COPY scripts/entrypoint.sh . +COPY scripts/entrypoint.sh /app/scripts/ RUN chmod +x /app/scripts/entrypoint.sh COPY . /app/