From 3c33f9691036eeb6010d354b6d79ee93c914f935 Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Thu, 18 May 2023 09:57:31 +0200 Subject: [PATCH] Modification Dockerfile et .gitignore --- .gitignore | 1 + Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 361ae0f..a7a6d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +__pycache__ downloads/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 7db156e..009a096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,8 @@ RUN spotdl --download-ffmpeg RUN apk update && apk add zip # copy the content of the local src directory to the working directory -COPY static . -COPY templates . +COPY static ./static +COPY templates ./templates COPY app.py . # command to run on container start