We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d457067 commit cccab39Copy full SHA for cccab39
1 file changed
Dockerfile
@@ -23,6 +23,10 @@ RUN git config --global --add safe.directory /__w/doula-cooperative/doula-cooper
23
git config --system --add safe.directory /__w/doula-cooperative/doula-cooperative && \
24
git config --system --add core.quotepath false
25
26
+# Install Node.js
27
+RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
28
+ && apt-get install -y nodejs
29
+
30
# 2. Install Bun
31
RUN curl -fsSL https://bun.sh/install | bash
32
ENV PATH="/root/.bun/bin:$PATH"
0 commit comments