Check the damn thing

This commit is contained in:
Joe Abbate 2023-01-27 15:39:43 -05:00
parent 187c490f6b
commit e802cedcb8

View file

@ -7,5 +7,6 @@ COPY start_worker.sh start_scheduler.sh .
COPY .git ./.git
COPY *.py .
COPY proxstar ./proxstar
RUN git rev-parse --short HEAD
RUN touch targets && chmod a+w targets # This is some OKD shit.
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080