mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update nodejs_web_app.rst
the address of epel rpm has change to http://dl.fedoraproject....
This commit is contained in:
parent
f9090567af
commit
853c5e258f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ To install the right package for CentOS, we’ll use the instructions from the
|
|||
.. code-block:: bash
|
||||
|
||||
# Enable EPEL for Node.js
|
||||
RUN rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
|
||||
RUN rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
|
||||
# Install Node.js and npm
|
||||
RUN yum install -y npm
|
||||
|
||||
|
|
Loading…
Reference in a new issue