Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
061a864346 |
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue