Skip to content

Commit

Permalink
fix: add make in frontend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 4, 2023
1 parent 3b19e4e commit 8096a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV PATH /frontend/node_modules/.bin:$PATH
COPY package.json yarn.lock lerna.json ./
COPY ./packages ./packages
RUN apk add --update --no-cache python3
RUN apk add --no-cache make
RUN yarn install
RUN yarn run build
RUN apk add curl
Expand Down

0 comments on commit 8096a4b

Please sign in to comment.