Skip to content

Commit

Permalink
Cuebot: dockerfile update to set permissions for VERSION file (#751) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
murriel committed Aug 11, 2020
1 parent 05f776d commit 47248b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuebot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /home/gradle/cuebot

RUN gradle build --stacktrace

COPY VERSION.in VERSIO[N] ./
COPY --chown=gradle:gradle VERSION.in VERSIO[N] ./
RUN test -e VERSION || echo "$(cat VERSION.in)-custom" | tee VERSION
RUN mv ./build/libs/cuebot.jar ./build/libs/cuebot-$(cat ./VERSION)-all.jar

Expand Down

0 comments on commit 47248b8

Please sign in to comment.
  翻译: