install git

This commit is contained in:
Cogent Apps
2023-03-21 00:26:34 +00:00
parent 14e7273308
commit d9b584c423

View File

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