Karan Goel commited on
Commit
6fa6ba5
ยท
1 Parent(s): 6e91278
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN useradd -rm -d /code/ubuntu -s /bin/bash -g root -G sudo -u 1001 ubuntu
4
  USER ubuntu
5
 
6
  WORKDIR /code/ubuntu
7
- RUN chdir 777 /code/ubuntu
8
 
9
  # Install node >= 18.0.0 and npm
10
  RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
 
4
  USER ubuntu
5
 
6
  WORKDIR /code/ubuntu
7
+ RUN chmod 777 /code/ubuntu
8
 
9
  # Install node >= 18.0.0 and npm
10
  RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -