Yahir commited on
Commit
882ff11
·
1 Parent(s): 542b139

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
6
  RUN apt install -y nodejs
7
  RUN npm i -g yarn
8
  RUN yarn global add wetty
9
-
10
  RUN echo 'root:root' | chpasswd
11
  EXPOSE 7860
12
 
 
6
  RUN apt install -y nodejs
7
  RUN npm i -g yarn
8
  RUN yarn global add wetty
9
+ RUN usermod -u 1000 root
10
  RUN echo 'root:root' | chpasswd
11
  EXPOSE 7860
12