Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Honza Horak
061a864346 Do not install nodemon from the upstream 2020-04-30 19:47:43 +02:00

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