diff --git a/Dockerfile b/Dockerfile index aa31dc2..bf75413 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,9 +57,9 @@ RUN yum -y module enable nodejs:$NODEJS_VERSION && \ # TODO: Add nodejs-nodemon into Fedora # https://bugzilla.redhat.com/show_bug.cgi?id=1433784 -RUN NPM_CONFIG_PREFIX=$HOME/../ npm install -g nodemon && \ - rm $(npm config get cache)/* -rf && \ - rm -rf $(npm config get tmp)/npm-* +#RUN NPM_CONFIG_PREFIX=$HOME/../ npm install -g nodemon && \ +# rm $(npm config get cache)/* -rf && \ +# rm -rf $(npm config get tmp)/npm-* # Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH