Skip to content

Commit

Permalink
npm patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj authored Apr 24, 2024
1 parent 3eea6de commit 33abdef
Showing 1 changed file with 1 addition and 0 deletions.
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 33abdef

Please sign in to comment.