Modification Dockerfile et .gitignore

This commit is contained in:
Gu1llaum-3 2023-05-18 09:57:31 +02:00
parent fba7a5a057
commit 3c33f96910
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
downloads/

View File

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