Skip to content

Commit

Permalink
Merge pull request #220 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
Minor fix
  • Loading branch information
ogomaemmanuel committed Oct 28, 2023
2 parents 59dbe91 + dacf78a commit 2ccb52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN unset NODE_OPTIONS
#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 RUN npm install -g node-gyp && npm install
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 2ccb52d

Please sign in to comment.