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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt install -y nodejs
7
  RUN npm i -g yarn
8
  RUN yarn global add wetty
9
 
10
-
11
  EXPOSE 7860
12
 
13
  CMD ["wetty", "-p 7860", "--allow-remote-hosts"]
 
7
  RUN npm i -g yarn
8
  RUN yarn global add wetty
9
 
10
+ RUN echo 'root:root' | chpasswd
11
  EXPOSE 7860
12
 
13
  CMD ["wetty", "-p 7860", "--allow-remote-hosts"]