Skip to content

Commit

Permalink
Merge pull request #221 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 2ccb52d + 528968c commit fa77985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hr_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ 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 git
RUN apk add --no-cache python3 git make g++
RUN git config --global url."https://github.com".insteadOf git://github.com
RUN npm install -g node-gyp && npm install
RUN npm run prod
Expand Down

0 comments on commit fa77985

Please sign in to comment.