From e9fa37c4eeecdc2fc6fb65d6fdd02774262300cc Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Thu, 27 Mar 2025 09:04:10 +0100 Subject: [PATCH] chore(docker): remove TODO --- Dockerfile | 1 - Dockerfile.alpine | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ee13f25d..abf8b0920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 943030943..40b00c48f 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -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