Skip to content

Commit

Permalink
add VERSION file to container
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Dec 2, 2020
1 parent b2f6656 commit 7558b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache libuv \
&& echo "Yarn Version:" "$(yarn -v)"

WORKDIR /usr/src/app
ADD VERSION /usr/src/app/VERSION
ADD entrypoint.sh /usr/src/app/entrypoint.sh
ADD index.html /usr/src/app/index.html

Expand Down

0 comments on commit 7558b2d

Please sign in to comment.