Skip to content

Commit

Permalink
Merge pull request #219 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
ogomaemmanuel committed Oct 28, 2023
2 parents d16fc25 + a445f2a commit 59dbe91
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 @@ -3,9 +3,10 @@ FROM node:18.16.0-alpine as nodejs
WORKDIR /app
COPY . .
RUN unset NODE_OPTIONS
RUN apk add --no-cache python3 git make g++
#RUN apk add --no-cache python3 git make g++
RUN apk add git
RUN git config --global url."https://github.com".insteadOf git://github.com
RUN npm install
RUN RUN npm install -g node-gyp && npm install
RUN npm run prod

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

0 comments on commit 59dbe91

Please sign in to comment.