Spaces:
Sleeping
Sleeping
wjm55
commited on
Commit
·
5044d7d
1
Parent(s):
2b2af1d
Comment out NGINX CMD in Dockerfile to prevent startup conflicts
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ EXPOSE 7860
|
|
27 |
# nginx -g 'daemon off;'"]
|
28 |
|
29 |
CMD ["--host", "0.0.0.0", "--port", "7860", "--scheme", "http"]
|
30 |
-
CMD ["nginx", "-g", "daemon off;"]
|
|
|
27 |
# nginx -g 'daemon off;'"]
|
28 |
|
29 |
CMD ["--host", "0.0.0.0", "--port", "7860", "--scheme", "http"]
|
30 |
+
# CMD ["nginx", "-g", "daemon off;"]
|