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