Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +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 |
|
17 |
#RUN ls /etc/nginx/html
|
18 |
|
|
|
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 car /etc/nginx/nginx.conf
|
17 |
|
18 |
#RUN ls /etc/nginx/html
|
19 |
|