mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
remove ddtrace (revert later)
This commit is contained in:
parent
2c27e4e38a
commit
3800764639
2 changed files with 1 additions and 2 deletions
|
|
@ -9,4 +9,4 @@ COPY *.py .
|
|||
COPY proxstar ./proxstar
|
||||
RUN touch targets && chmod a+w targets # This is some OKD shit.
|
||||
RUN git config --system --add safe.directory '*' # This is also some OKD shit.
|
||||
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
|
||||
ENTRYPOINT gunicorn proxstar:app --bind=0.0.0.0:8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue