Skip to content

Commit 87abb78

Browse files
author
Shreyas-Microsoft
committed
update dockerfile to install jest jsdom
1 parent cc54b00 commit 87abb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebApp.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USER node
77
RUN npm ci
88
COPY --chown=node:node ./frontend/ ./frontend
99
WORKDIR /home/node/app/frontend
10-
RUN npm install --save-dev @types/node @types/jest
10+
RUN npm install --save-dev @types/node @types/jest jest-environment-jsdom
1111
RUN NODE_OPTIONS=--max_old_space_size=8192 npm run build
1212

1313
FROM python:3.11-alpine

0 commit comments

Comments
 (0)