mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Update Dockerfile
This commit is contained in:
parent
0484220923
commit
ed09637ff5
1 changed files with 1 additions and 0 deletions
|
@ -8,4 +8,5 @@ COPY .git .git/
|
|||
COPY *.py .
|
||||
COPY proxstar ./proxstar
|
||||
RUN touch targets && chmod a+w targets # This is some OKD shit.
|
||||
RUN git config --global --add safe.directory /opt/proxstar # This is also some OKD shit.
|
||||
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
|
||||
|
|
Loading…
Reference in a new issue