Do not install nodemon from the upstream

This commit is contained in:
Honza Horak 2020-04-30 19:47:43 +02:00
commit 2a62024953

View file

@ -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