print image build time during proxy start

This commit is contained in:
Stefan Allius
2024-06-09 11:22:23 +02:00
parent ff8adb5632
commit 57d6785f15
2 changed files with 2 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ RUN python -m pip install --no-cache --no-index /root/wheels/* && \
COPY --chmod=0700 entrypoint.sh /root/entrypoint.sh
COPY config .
COPY src .
RUN date > /build-date.txt
EXPOSE 5005
# command to run on container start