Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ COPY --from=build-stage /app/Rel-17 /usr/local/nginx/html/Rel-17
|
|
| 13 |
COPY --from=build-stage /app/Rel-16 /usr/local/nginx/html/Rel-16
|
| 14 |
COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
|
| 15 |
RUN nginx -V
|
| 16 |
-
RUN
|
| 17 |
|
| 18 |
#RUN ls /etc/nginx/html
|
| 19 |
|
|
|
|
| 13 |
COPY --from=build-stage /app/Rel-16 /usr/local/nginx/html/Rel-16
|
| 14 |
COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
|
| 15 |
RUN nginx -V
|
| 16 |
+
RUN cat /etc/nginx/nginx.conf
|
| 17 |
|
| 18 |
#RUN ls /etc/nginx/html
|
| 19 |
|