feat(licenses): add LICENSE, NOTICE, and THIRD-PARTY-LICENSES files to Docker images

This commit is contained in:
CaIon
2026-05-09 21:39:30 +08:00
parent d146e45e2f
commit 543cc64ea3
7 changed files with 505 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ RUN apt-get update \
&& update-ca-certificates
COPY --from=builder /build/new-api /
COPY LICENSE NOTICE THIRD-PARTY-LICENSES.md /licenses/
EXPOSE 3000
WORKDIR /data
ENTRYPOINT ["/new-api"]