Skip to content

Commit

Permalink
Merge pull request #216 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
Added node-gyp dependency
  • Loading branch information
ogomaemmanuel committed Oct 28, 2023
2 parents cac9fb7 + 1b21533 commit 2079bf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hr_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
FROM node:18.16.0-alpine as nodejs
WORKDIR /app
COPY . .
RUN git config --global url."https://github.com".insteadOf git://github.com
RUN unset NODE_OPTIONS
RUN apk add --no-cache python3 make g++ && npm install --no-optional
RUN apk add --no-cache python3 git make g++
RUN git config --global url."https://github.com".insteadOf git://github.com
RuN npm install --no-optional
RUN npm run prod

FROM maven:3.8.6-eclipse-temurin-17 AS build
Expand Down

0 comments on commit 2079bf6

Please sign in to comment.