Karan Goel commited on
Commit
18ca6a2
ยท
1 Parent(s): 111dcf6
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ 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 | sudo bash -
11
  RUN apt-get install -y nodejs
12
 
13
  RUN useradd -m -u 1000 user
 
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
12
 
13
  RUN useradd -m -u 1000 user