Fix build

This commit is contained in:
Gabriel Augendre 2021-11-12 17:42:12 +01:00
parent 0ae00d96dc
commit da6556742f

View file

@ -8,6 +8,7 @@ RUN yarn install --silent
COPY tsconfig.json ./
COPY public ./public
COPY src ./src
COPY .git ./.git
RUN export REACT_APP_VERSION=$(git describe --always)
RUN export REACT_APP_DATE=$(date +"%Y-%m-%d %H:%M:%S")