Skip to content

Commit

Permalink
[Update] potential fix for failing PR checks
Browse files Browse the repository at this point in the history
related issue on NPM: npm/cli#5114 (comment)
  • Loading branch information
sharmaaayush-OH committed Mar 16, 2023
1 parent 0ebd9b9 commit 12d2605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM dockeronce.azurecr.io/node:18.13.0-alpine3.17 AS build
WORKDIR /app/website
COPY . /app/website
RUN npm install
RUN npm install -g npm@latest
RUN npm run build-storybook

FROM nginx:alpine
Expand Down

0 comments on commit 12d2605

Please sign in to comment.