We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d0660 commit a04e526Copy full SHA for a04e526
1 file changed
Dockerfile
@@ -8,6 +8,8 @@ WORKDIR /app
8
RUN apt-get update && apt-get install -y \
9
git \
10
curl \
11
+ nodejs \
12
+ npm \
13
&& rm -rf /var/lib/apt/lists/*
14
15
# Copy requirements first for better caching
0 commit comments