Skip to content

Commit

Permalink
Merge pull request #253 from kpi-ua/build-fix
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
niravzi authored Nov 13, 2024
2 parents 0beaff1 + 0d4d89c commit e6e8354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /
COPY package*.json ./

# Installs all node packages
RUN npm ci
RUN npm ci --legacy-peer-deps

# Copies everything over to Docker environment
COPY . ./
Expand Down

0 comments on commit e6e8354

Please sign in to comment.