chore: Remove ts-generator-schema rm from dockerfile layer

This commit is contained in:
FoxxMD
2026-07-28 01:56:26 +00:00
parent 98084665ba
commit f21572bed0
-2
View File
@@ -115,8 +115,6 @@ ARG APP_BUILD_VERSION
ENV APP_VERSION=$APP_BUILD_VERSION
RUN npm ci --omit=dev --no-audit \
# we used compiled schema json for production so this isn't needed
&& npm uninstall ts-json-schema-generator \
&& npm cache clean --force \
&& chown -R abc:abc node_modules \
## peerDependency of validbot and can(?) be removed for production