Skip to content

Commit

Permalink
EPMRPP-80259 || Fix node-sass installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Feb 19, 2024
1 parent 5f97931 commit b2409a3
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 477 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY ./app/ /usr/src/app/
RUN export NODE_OPTIONS="--max-old-space-size=4096"
RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
RUN npm ci --legacy-peer-deps && npm run build

FROM --platform=$BUILDPLATFORM nginxinc/nginx-unprivileged:alpine
Expand Down
Loading

0 comments on commit b2409a3

Please sign in to comment.