Update Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 1s

This commit is contained in:
Corban-Lee Jones 2024-08-11 23:57:00 +01:00
parent 639c3e7d27
commit 43aa792ad0

View File

@ -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/