Update Dockerfile

This commit is contained in:
Joe Abbate 2023-01-31 13:34:56 -05:00 committed by GitHub
parent 0484220923
commit ed09637ff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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