Skip to content

Commit 1bae672

Browse files
added install jest statement
1 parent c1368b9 commit 1bae672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientAdvisor/App/WebApp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npm ci
99
COPY --chown=node:node ./ClientAdvisor/App/frontend/ ./frontend
1010
COPY --chown=node:node ./ClientAdvisor/App/static/ ./static
1111
WORKDIR /home/node/app/frontend
12-
RUN npm run build
12+
RUN npm install --save-dev @types/jest && npm run build
1313

1414
# Backend stage
1515
FROM python:3.11-alpine

0 commit comments

Comments
 (0)