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