Karan Goel commited on
Commit
a3f2a0a
ยท
1 Parent(s): 18ca6a2
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ FROM python:3.9
6
  WORKDIR /code
7
  RUN chmod 777 /code
8
 
 
9
  # Install node >= 18.0.0 and npm
10
  RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
11
  RUN apt-get install -y nodejs
 
6
  WORKDIR /code
7
  RUN chmod 777 /code
8
 
9
+
10
  # Install node >= 18.0.0 and npm
11
  RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
12
  RUN apt-get install -y nodejs