mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -07:00
Rename VERSION to COMMIT in Dockerfile
This commit is contained in:
parent
f39ecd89a7
commit
38db0b7a70
2 changed files with 6 additions and 5 deletions
|
@ -2,8 +2,8 @@ FROM tautulli/tautulli-baseimage:latest
|
|||
|
||||
LABEL maintainer="Tautulli"
|
||||
|
||||
ARG VERSION
|
||||
ARG BRANCH
|
||||
ARG COMMIT
|
||||
|
||||
ENV TAUTULLI_DOCKER=True
|
||||
ENV TZ=UTC
|
||||
|
@ -11,8 +11,8 @@ ENV TZ=UTC
|
|||
WORKDIR /app
|
||||
|
||||
RUN \
|
||||
echo ${VERSION} > /app/version.txt && \
|
||||
echo ${BRANCH} > /app/branch.txt
|
||||
echo ${BRANCH} > /app/branch.txt && \
|
||||
echo ${COMMIT} > /app/version.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue