Karan Goel commited on
Commit
ffb5c9f
ยท
1 Parent(s): b494734
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ 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
13
 
14
  RUN useradd -m -u 1000 user
15
 
 
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
13
 
14
  RUN useradd -m -u 1000 user
15