Skip to content

Commit

Permalink
Dockerfile:add --no-banner.
Browse files Browse the repository at this point in the history
Command output, or `logs` on the docker container results in a garbled banner. Disable printing it for docker.
  • Loading branch information
jtagcat authored and mxpv committed May 24, 2021
1 parent cc9fcb4 commit da93686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ RUN wget -O /usr/bin/youtube-dl https://github.com/ytdl-org/youtube-dl/releases/
chmod +x /usr/bin/youtube-dl && \
apk --no-cache add ca-certificates python ffmpeg tzdata
COPY podsync /app/podsync
CMD ["/app/podsync"]

ENTRYPOINT ["/app/podsync"]
CMD ["--no-banner"]

0 comments on commit da93686

Please sign in to comment.