Skip to content

Commit cccab39

Browse files
committed
add node to dockerfilee
1 parent d457067 commit cccab39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ RUN git config --global --add safe.directory /__w/doula-cooperative/doula-cooper
2323
git config --system --add safe.directory /__w/doula-cooperative/doula-cooperative && \
2424
git config --system --add core.quotepath false
2525

26+
# Install Node.js
27+
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
28+
&& apt-get install -y nodejs
29+
2630
# 2. Install Bun
2731
RUN curl -fsSL https://bun.sh/install | bash
2832
ENV PATH="/root/.bun/bin:$PATH"

0 commit comments

Comments
 (0)