We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8029bf0 commit 3207500Copy full SHA for 3207500
Dockerfile
@@ -4,7 +4,6 @@ RUN mkdir -p /root/.podcatcher/ && touch /root/.podcatcher/podcatcher.sqlite &&
4
COPY basename.py /basename.py
5
COPY rssstream.py /rssstream.py
6
COPY podcatcher /podcatcher
7
-RUN chmod a+x /podcatcher
8
-RUN /podcatcher -d setdir /podcasts
+RUN chmod a+x /podcatcher && /podcatcher -d setdir /podcasts
9
ENTRYPOINT ["/podcatcher"]
10
ARG ["help"]
0 commit comments