Skip to content

Commit

Permalink
🐳 Fix NPM install in Docker
Browse files Browse the repository at this point in the history
upgrading FontAwesome caused dependency issues
  • Loading branch information
stevenbal committed Oct 19, 2023
1 parent 65f91e3 commit c6ba05a
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 c6ba05a

Please sign in to comment.