Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ USER user
|
|
4 |
COPY --chown=user default.conf /etc/nginx/conf.d/default.conf
|
5 |
#
|
6 |
EXPOSE 7860
|
7 |
-
CMD ["nginx", "-g", "daemon off;"]
|
|
|
4 |
COPY --chown=user default.conf /etc/nginx/conf.d/default.conf
|
5 |
#
|
6 |
EXPOSE 7860
|
7 |
+
#CMD ["nginx", "-g", "daemon off;"]
|