Skip to content

Commit

Permalink
feat(): remove entrypoint docker
Browse files Browse the repository at this point in the history
  • Loading branch information
al3xLvs committed May 25, 2019
1 parent 66265a3 commit ecdf3fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.9/community" >> /etc/a
&& mv rtorrent-cleaner-php7.phar /usr/local/bin/rtorrent-cleaner \
&& chmod +x /usr/local/bin/rtorrent-cleaner \
&& rm -rf /var/cache/apk/*

ENTRYPOINT ["rtorrent-cleaner", "--scgi=rtorrent", "--port=5000"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ docker run -it --rm \
## Build a php archive Phar (rtorrent-cleaner.phar)
To build the archive phar, php7.1 and above is required.
To build the archive phar, php 7.1 and above is required.
```sh
git clone https://github.com/Magicalex/rtorrent-cleaner.git
cd rtorrent-cleaner
Expand Down

0 comments on commit ecdf3fb

Please sign in to comment.