We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187c490 commit e802cedCopy full SHA for e802ced
Dockerfile
@@ -7,5 +7,6 @@ COPY start_worker.sh start_scheduler.sh .
7
COPY .git ./.git
8
COPY *.py .
9
COPY proxstar ./proxstar
10
+RUN git rev-parse --short HEAD
11
RUN touch targets && chmod a+w targets # This is some OKD shit.
12
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
0 commit comments