Spaces:
Sleeping
Sleeping
Commit
·
f4cfc08
1
Parent(s):
a5809f9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN npm install -g wstunnel
|
|
12 |
EXPOSE 7860
|
13 |
|
14 |
# run app when container launches
|
15 |
-
CMD wstunnel -s
|
|
|
12 |
EXPOSE 7860
|
13 |
|
14 |
# run app when container launches
|
15 |
+
CMD wstunnel -s 8080 --http
|