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