Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ COPY --from=build-stage /app/Rel-16 /etc/nginx/html/Rel-16
|
|
13 |
COPY --from=build-stage /app/Rel-15 /etc/nginx/html/Rel-15
|
14 |
RUN ls /etc/nginx/html
|
15 |
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
16 |
-
RUN chmod -R
|
17 |
|
18 |
|
19 |
EXPOSE 8888
|
|
|
13 |
COPY --from=build-stage /app/Rel-15 /etc/nginx/html/Rel-15
|
14 |
RUN ls /etc/nginx/html
|
15 |
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
16 |
+
RUN chmod -R 0755 /var/cache/nginx
|
17 |
|
18 |
|
19 |
EXPOSE 8888
|