This commit is contained in:
2020-04-06 08:46:25 +02:00
parent cafe282db5
commit 4bd1e9c65e
4 changed files with 8 additions and 11 deletions

View File

@@ -5,7 +5,4 @@ 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
#COPY entrypoint.sh /srv/python-teos/entrypoint.sh
RUN chmod +x /srv/python-teos/entrypoint.sh
ENTRYPOINT [ "/srv/python-teos/entrypoint.sh" ]