Skip to content

Commit

Permalink
Applied npm patch for build errors (#1326)
Browse files Browse the repository at this point in the history
* npm patch

npm/cli#7231 (comment)

* Delete huge unnecessary tools folder
  • Loading branch information
SmartManoj authored Apr 24, 2024
1 parent 0b6ab23 commit 99829f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

- name: Log-in to ghcr.io
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Build and push ${{ matrix.image }}
run: |
Expand Down
1 change: 1 addition & 0 deletions containers/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:21.7.2-bookworm-slim as frontend-builder
WORKDIR /app

COPY ./frontend/package.json frontend/package-lock.json ./
RUN npm install -g [email protected]
RUN npm install

COPY ./frontend ./
Expand Down

0 comments on commit 99829f9

Please sign in to comment.