Skip to content

Commit 33abdef

Browse files
authored
1 parent 3eea6de commit 33abdef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containers/app/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM node:21.7.2-bookworm-slim as frontend-builder
33
WORKDIR /app
44

55
COPY ./frontend/package.json frontend/package-lock.json ./
6+
RUN npm install -g [email protected]
67
RUN npm install
78

89
COPY ./frontend ./

0 commit comments

Comments
 (0)