Update Dockerfile

This commit is contained in:
Joe Abbate 2023-01-31 13:48:40 -05:00 committed by GitHub
parent bbe8b4a8fd
commit ad9023f7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +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 "*" # This is also some OKD shit.
RUN git config --global --add safe.directory '*' && chmod 775 /etc/proxstar/.git # This is also some OKD shit.
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080