Skip to content

Commit

Permalink
fix: dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 4, 2023
1 parent 00f45fc commit e564abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /frontend
ENV PATH /frontend/node_modules/.bin:$PATH
COPY package.json yarn.lock lerna.json ./
COPY ./packages ./packages
RUN apk add --update python2 make g++ && rm -rf /var/cache/apk/*
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
RUN yarn install
RUN yarn run build
RUN apk add curl
Expand Down

0 comments on commit e564abf

Please sign in to comment.