Skip to content

Commit

Permalink
Install node in docker container
Browse files Browse the repository at this point in the history
This lets it be used to run all checks
  • Loading branch information
RealOrangeOne committed Nov 19, 2024
1 parent 4b05d1c commit 6e61bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ COPY . ./

RUN rake dependencies

# Install nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_current.x | bash && apt install nodejs --yes

RUN npm ci

CMD ["rake", "dev"]

0 comments on commit 6e61bb8

Please sign in to comment.