chore(docker): remove TODO

This commit is contained in:
Panagiotis Papadopoulos 2025-03-27 09:04:10 +01:00
parent 75431ca634
commit e9fa37c4ee
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ RUN npm ci && \
/usr/src/app/build \
/tmp/node-compile-cache
#TODO: run cleanupNodeModules script
#TODO: improve node_modules handling in copy-dist/Dockerfile -> remove duplicated work
# currently copy-dist will copy certain node_module folders, but in the Dockerfile we delete them again (to keep image size down),
# as we install necessary dependencies in runtime buildstage anyways

View File

@ -18,7 +18,6 @@ RUN npm ci && \
/usr/src/app/build \
/tmp/node-compile-cache
#TODO: run cleanupNodeModules script
#TODO: improve node_modules handling in copy-dist/Dockerfile -> remove duplicated work
# currently copy-dist will copy certain node_module folders, but in the Dockerfile we delete them again (to keep image size down),
# as we install necessary dependencies in runtime buildstage anyways