feat(licenses): add LICENSE, NOTICE, and THIRD-PARTY-LICENSES files to Docker images
This commit is contained in:
@@ -44,6 +44,7 @@ RUN apt-get update \
|
||||
&& update-ca-certificates
|
||||
|
||||
COPY --from=builder2 /build/new-api /
|
||||
COPY LICENSE NOTICE THIRD-PARTY-LICENSES.md /licenses/
|
||||
EXPOSE 3000
|
||||
WORKDIR /data
|
||||
ENTRYPOINT ["/new-api"]
|
||||
|
||||
Reference in New Issue
Block a user