Spaces:
Sleeping
Sleeping
Commit
·
d87a0d1
1
Parent(s):
b2e2de1
Update Dockerfile
Browse files- Dockerfile +5 -4
Dockerfile
CHANGED
@@ -2,8 +2,9 @@ FROM ubuntu:18.04
|
|
2 |
|
3 |
RUN apt-get update
|
4 |
RUN apt-get install -y curl sudo openssh-server
|
5 |
-
|
6 |
-
|
|
|
7 |
|
8 |
RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
9 |
RUN apt-get install -y nodejs
|
@@ -11,5 +12,5 @@ RUN npm install -g wstunnel
|
|
11 |
|
12 |
EXPOSE 7860
|
13 |
|
14 |
-
#
|
15 |
-
CMD
|
|
|
2 |
|
3 |
RUN apt-get update
|
4 |
RUN apt-get install -y curl sudo openssh-server
|
5 |
+
|
6 |
+
#RUN apt-get install -y -q nginx
|
7 |
+
#COPY ./default /etc/nginx/sites-available/default
|
8 |
|
9 |
RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
10 |
RUN apt-get install -y nodejs
|
|
|
12 |
|
13 |
EXPOSE 7860
|
14 |
|
15 |
+
#CMD nginx; wstunnel -s 7860;
|
16 |
+
CMD wstunnel -s 7860;
|