This commit is contained in:
2020-04-09 08:46:28 +02:00
parent ef83b8a3ef
commit e77f7ea200
3 changed files with 13 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ WORKDIR /srv
RUN mkdir ~/.teos && git clone https://github.com/aljazceru/python-teos.git && cd python-teos && pip install -r requirements.txt && python generate_keys.py -d ~/.teos
ENV PYTHONPATH=$APP_PATH
WORKDIR /srv/python-teos
EXPOSE 9814/tcp
ENTRYPOINT [ "/srv/python-teos/entrypoint.sh" ]