Skip to content

Commit

Permalink
Merge pull request #217 from ogomaemmanuel/node-sass
Browse files Browse the repository at this point in the history
Removed the optional dependency flag when installing node depenedency
  • Loading branch information
ogomaemmanuel committed Oct 28, 2023
2 parents 2079bf6 + 285e33e commit 5b59289
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 @@ -5,7 +5,7 @@ COPY . .
RUN unset NODE_OPTIONS
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 install
RUN npm run prod

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

0 comments on commit 5b59289

Please sign in to comment.