install git

main
Cogent Apps 2023-03-21 00:26:34 +00:00
parent 14e7273308
commit d9b584c423
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ COPY ./app/src ./src
ENV NODE_ENV=production ENV NODE_ENV=production
ENV REACT_APP_AUTH_PROVIDER=local ENV REACT_APP_AUTH_PROVIDER=local
RUN apk add --update --no-cache git
RUN npm run build RUN npm run build
FROM node:19-alpine AS server FROM node:19-alpine AS server