Add short SHA

This commit is contained in:
Marek 2023-07-09 23:28:54 +02:00
parent ee54a59ee2
commit 793bcfcaee
1 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,9 @@ ENV COLORBT_SHOW_HIDDEN=${COLORBT_SHOW_HIDDEN:-0}
ARG RUST_LOG
ENV RUST_LOG=${RUST_LOG:-info}
ARG SHORT_SHA
ENV SHORT_SHA=${SHORT_SHA}
# Expose configured ports
EXPOSE 8233 18233