Spaces:
Running
Running
BinaryONe
commited on
Commit
·
c428c38
1
Parent(s):
7e2416c
Nginx Changes-Over Alpine
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -45,7 +45,8 @@ RUN mkdir -p /var/www/html /var/log/nginx /run/nginx && \
|
|
45 |
#RUN sed -i '/^user /d' /etc/nginx/nginx.conf
|
46 |
|
47 |
# Print the configuration files to the console (NEW)
|
48 |
-
RUN cat /etc/nginx/nginx.conf && echo "--------------------"
|
|
|
49 |
|
50 |
|
51 |
# Switch to non-root user
|
|
|
45 |
#RUN sed -i '/^user /d' /etc/nginx/nginx.conf
|
46 |
|
47 |
# Print the configuration files to the console (NEW)
|
48 |
+
RUN cat /etc/nginx/nginx.conf && echo "--------------------"
|
49 |
+
# && cat /etc/nginx/conf.d/default.conf
|
50 |
|
51 |
|
52 |
# Switch to non-root user
|