Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Mar 21, 2023
1 parent 14e7273 commit d9b584c
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 @@ -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
Expand Down

0 comments on commit d9b584c

Please sign in to comment.