Skip to content

Commit d265bf2

Browse files
Hopefully finalize CI
1 parent 6b7c04f commit d265bf2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docker/Dockerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,7 @@ WORKDIR /usr/src/app
4747
COPY package*.json ./
4848
COPY . .
4949
# Installing Ruby and Node.js
50-
RUN apt update && apt install -y ruby-full libpq-dev
51-
#Install NVM
52-
RUN touch ~/.bashrc
53-
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
54-
RUN source ~/.bashrc
55-
RUN export NVM_DIR="$HOME/.nvm"
56-
RUN [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
57-
RUN [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
58-
RUN nvm install node
59-
RUN nvm use node
50+
RUN apt update && apt install -y ruby-full libpq-dev nodejs npm
6051
RUN gem install bundler
6152
# Installing pnpm
6253
RUN npm install -g pnpm

0 commit comments

Comments
 (0)