Skip to content

Commit 491b66f

Browse files
committed
fix: docker ci
1 parent 46e94aa commit 491b66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/express-react-relying-party/docker/Dockerfile.nodejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EXPOSE 3000
77

88
COPY . .
99

10-
RUN yarn add spid-cie-oidc
10+
RUN cd backend && yarn add spid-cie-oidc@0.0.2
1111

1212
RUN yarn build
1313

0 commit comments

Comments
 (0)