Skip to content

Commit

Permalink
fix: update yarn in frontend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Jul 4, 2023
1 parent b495eb2 commit a9aff43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ frontend/coverage_report
frontend/yarn-error.log
frontend/licenses.json
frontend/functional-temp
frontend/splunktional-temp
frontend/splunktional-temp
frontend/.yarn
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /frontend
ENV PATH /frontend/node_modules/.bin:$PATH
COPY package.json yarn.lock lerna.json ./
COPY ./packages ./packages
RUN yarn set version berry
RUN yarn install
RUN yarn run build
RUN apk add curl
Expand Down

0 comments on commit a9aff43

Please sign in to comment.