Add short SHA
This commit is contained in:
parent
ee54a59ee2
commit
793bcfcaee
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue