Skip to content

Commit

Permalink
Merge pull request #213 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
Added unsetting nodeoptions
  • Loading branch information
didinkaj committed Oct 23, 2023
2 parents 4783059 + 2f20b2e commit fc938ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hr_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:18.16.0 as nodejs
WORKDIR /app
COPY . .
RUN git config --global url."https://github.com".insteadOf git://github.com
RUN unset NODE_OPTIONS
RUN npm install
RUN npm run prod

Expand Down

0 comments on commit fc938ed

Please sign in to comment.