Update Dockerfile
Browse files- 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"]
|