Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersTao committed Aug 16, 2017
1 parent e8d43d9 commit 7a4982e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ RUN apt-get update -q \
RUN pip install -U \
pip \
setuptools>=36 \
rarfile \
flexget

# Add service files.
ADD init/ /etc/my_init.d/
ADD services/ /etc/service/
RUN chmod -v +x /etc/service/*/run
RUN chmod -v +x /etc/my_init.d/*.sh
# Make it easy to run `docker exec`, without the need of config path
RUN ln -s /config /root/.flexget

EXPOSE 5050/tcp

Expand Down

0 comments on commit 7a4982e

Please sign in to comment.