Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge dca4098 into 8608b28
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcjelli committed Mar 17, 2018
2 parents 8608b28 + dca4098 commit 6f1993a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ COPY requirements/base.txt /tmp/requirements.txt
COPY tabellarius/ /tabellarius

RUN \
pip install --upgrade pip && \
pip install -r /tmp/requirements.txt && \
rm -rf \
/tmp/* \
/var/tmp/*

ENTRYPOINT ["python", "/tabellarius/tabellarius.py"]

CMD ["-V"]
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Run in Docker container:

::

$ docker run -it -v /path/to/config:/config:ro bechtoldt/tabellarius:<VERSION> python /tabellarius/tabellarius.py --confdir=/config
$ docker run -it -v /path/to/config:/config:ro bechtoldt/tabellarius:<VERSION> --confdir=/config

If you prefer running Tabellarius on arbitrary computers you should consider using `virtualenv <https://pypi.python.org/pypi/virtualenv>`_ with or without `virtualenvwrapper <https://pypi.python.org/pypi/virtualenvwrapper/>`_.

Expand Down

0 comments on commit 6f1993a

Please sign in to comment.