Skip to content

Commit

Permalink
Merge pull request #818 from maykinmedia/issue/fix-npm-install
Browse files Browse the repository at this point in the history
🐳 Fix NPM install in Docker
  • Loading branch information
alextreme authored Oct 20, 2023
2 parents 753bc58 + c6ba05a commit e13df06
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 @@ -47,7 +47,7 @@ COPY ./build /app/build/
COPY ./*.json ./*.js ./.babelrc /app/

# install WITH dev tooling
RUN npm ci
RUN npm ci --legacy-peer-deps

# copy source code
COPY ./src /app/src
Expand Down

0 comments on commit e13df06

Please sign in to comment.