From 8414d282ec80ddecd84a24dd5e6cb3b948deb977 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 3 Dec 2024 21:33:57 +0100 Subject: [PATCH] remove node_modules --- stats_application_dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stats_application_dockerfile b/stats_application_dockerfile index 2b415cc..50f584f 100644 --- a/stats_application_dockerfile +++ b/stats_application_dockerfile @@ -43,8 +43,7 @@ RUN php -d memory_limit=-1 \ RUN mv /etc/php83/custom.ini /etc/php83/conf.d/custom.ini -RUN rm -r node_modules \ - && rm artifact.tar.gz \ +RUN rm artifact.tar.gz \ && rm -r var/cache \ && chown -R nobody var