diff --git a/Dockerfile b/Dockerfile index b1c2278..e79a628 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 . RUN chmod +x /app/scripts/entrypoint.sh COPY . /app/