Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add VOLUME directive to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Sep 19, 2020
1 parent 2b85996 commit 3b22ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN python3 setup.py install
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
VOLUME "/etc/tilty"
CMD ["-r", "--config-file", "/etc/tilty/config.ini"]

0 comments on commit 3b22ccf

Please sign in to comment.