Skip to content

Commit 3207500

Browse files
committed
another slight optimization
1 parent 8029bf0 commit 3207500

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RUN mkdir -p /root/.podcatcher/ && touch /root/.podcatcher/podcatcher.sqlite &&
44
COPY basename.py /basename.py
55
COPY rssstream.py /rssstream.py
66
COPY podcatcher /podcatcher
7-
RUN chmod a+x /podcatcher
8-
RUN /podcatcher -d setdir /podcasts
7+
RUN chmod a+x /podcatcher && /podcatcher -d setdir /podcasts
98
ENTRYPOINT ["/podcatcher"]
109
ARG ["help"]

0 commit comments

Comments
 (0)