mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-01 20:54:30 +01:00
updates
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user