File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ ENV NODE_VERSION ${NODE_VERSION}
6262RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
6363RUN apt-get -y install nodejs
6464
65+ # Installing yarn using npm
66+ RUN npm install --global yarn
67+
6568# Manage project and add scripts
6669RUN mkdir /var/www/project
6770ADD manage-project-permission.sh /root/manage-project-permission.sh
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ ENV NODE_VERSION ${NODE_VERSION}
6262RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
6363RUN apt-get -y install nodejs
6464
65+ # Installing yarn using npm
66+ RUN npm install --global yarn
67+
6568# Manage project and add scripts
6669RUN mkdir /var/www/project
6770ADD manage-project-permission.sh /root/manage-project-permission.sh
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ ENV NODE_VERSION ${NODE_VERSION}
6262RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
6363RUN apt-get -y install nodejs
6464
65+ # Installing yarn using npm
66+ RUN npm install --global yarn
67+
6568# Manage project and add scripts
6669RUN mkdir /var/www/project
6770ADD manage-project-permission.sh /root/manage-project-permission.sh
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ ENV NODE_VERSION ${NODE_VERSION}
6262RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
6363RUN apt-get -y install nodejs
6464
65+ # Installing yarn using npm
66+ RUN npm install --global yarn
67+
6568# Manage project and add scripts
6669RUN mkdir /var/www/project
6770ADD manage-project-permission.sh /root/manage-project-permission.sh
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ ENV NODE_VERSION ${NODE_VERSION}
6767RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION} | bash -
6868RUN apt-get -y install nodejs
6969
70+ # Installing yarn using npm
71+ RUN npm install --global yarn
72+
7073# Manage project and add scripts
7174RUN mkdir /var/www/project
7275ADD manage-project-permission.sh /root/manage-project-permission.sh
You can’t perform that action at this time.
0 commit comments