Modification Dockerfile et .gitignore
This commit is contained in:
parent
fba7a5a057
commit
3c33f96910
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
__pycache__
|
||||
downloads/
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user