Skip to content

Commit

Permalink
chore(chat): ORT clean up (#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Nov 18, 2024
1 parent 2087055 commit 808a59f
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 67 deletions.
11 changes: 0 additions & 11 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ resolutions:
The license was declared in package 'NPM:@plotly:mapbox-gl:1\\.13\\.4'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has BSD-3-Clause license in github repo'
- message: "No license information is available for dependency \
'NPM::only:0\\.0\\.2'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'
- message: "No license information is available for dependency \
'NPM:@module-federation:bridge-react-webpack-plugin:0\\.2\\.8'\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has MIT license in github repo'
- message: "The dependency 'NPM::node-forge:1\\.3\\.1' is licensed under the ScanCode 'copyleft' categorized license GPL-2\\.0-only\\."
reason: 'CANT_FIX_EXCEPTION'
comment: 'The dependency has BSD-3-Clause license in github repo'
- message: "No license information is available for dependency \
'NPM::ansi-color:0\\.2\\.1'\\."
reason: 'CANT_FIX_EXCEPTION'
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ---- Base Node ----
FROM node:20-alpine AS base
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3
WORKDIR /app
COPY /tools ./tools
COPY package*.json ./
Expand All @@ -24,7 +23,6 @@ RUN node tools/patch-nextjs.js

# ---- Production ----
FROM node:20-alpine AS production
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3
WORKDIR /app
COPY --from=run_dependencies /app/dist/apps/chat ./
COPY --from=run_dependencies /app/startup.sh ./startup.sh
Expand Down
Loading

0 comments on commit 808a59f

Please sign in to comment.