mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
get rid of reduntant code
This commit is contained in:
parent
bdfc32720c
commit
6d46368321
2 changed files with 1 additions and 13 deletions
|
|
@ -20,18 +20,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
|
|||
&& node -v \
|
||||
&& npm -v
|
||||
|
||||
# # Install Node.js 18.19.1 manually
|
||||
# RUN curl -fsSL https://nodejs.org/dist/v18.19.1/node-v18.19.1-linux-x64.tar.xz -o node.tar.xz \
|
||||
# && mkdir -p /usr/local/lib/nodejs \
|
||||
# && tar -xJf node.tar.xz -C /usr/local/lib/nodejs \
|
||||
# && rm node.tar.xz \
|
||||
# && ln -s /usr/local/lib/nodejs/node-v18.19.1-linux-x64/bin/node /usr/bin/node \
|
||||
# && ln -s /usr/local/lib/nodejs/node-v18.19.1-linux-x64/bin/npm /usr/bin/npm \
|
||||
# && ln -s /usr/local/lib/nodejs/node-v18.19.1-linux-x64/bin/npx /usr/bin/npx \
|
||||
# && node -v \
|
||||
# && npm -v
|
||||
|
||||
|
||||
# # Install aws
|
||||
# RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
|
||||
# RUN unzip awscliv2.zip
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
# npm install;
|
||||
npm install;
|
||||
Loading…
Add table
Reference in a new issue