Fix build
This commit is contained in:
parent
0ae00d96dc
commit
da6556742f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ RUN yarn install --silent
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
COPY public ./public
|
COPY public ./public
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
COPY .git ./.git
|
||||||
|
|
||||||
RUN export REACT_APP_VERSION=$(git describe --always)
|
RUN export REACT_APP_VERSION=$(git describe --always)
|
||||||
RUN export REACT_APP_DATE=$(date +"%Y-%m-%d %H:%M:%S")
|
RUN export REACT_APP_DATE=$(date +"%Y-%m-%d %H:%M:%S")
|
||||||
|
|
Loading…
Reference in a new issue