Modification Dockerfile et .gitignore
This commit is contained in:
parent
fba7a5a057
commit
3c33f96910
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
|
__pycache__
|
||||||
downloads/
|
downloads/
|
@ -22,8 +22,8 @@ RUN spotdl --download-ffmpeg
|
|||||||
RUN apk update && apk add zip
|
RUN apk update && apk add zip
|
||||||
|
|
||||||
# copy the content of the local src directory to the working directory
|
# copy the content of the local src directory to the working directory
|
||||||
COPY static .
|
COPY static ./static
|
||||||
COPY templates .
|
COPY templates ./templates
|
||||||
COPY app.py .
|
COPY app.py .
|
||||||
|
|
||||||
# command to run on container start
|
# command to run on container start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user