mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
dockerfile: disable chown
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ LABEL maintainer="Denys Vuika <denys.vuika@alfresco.com>"
|
|||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
COPY --chown=nginx:nginx ./docker-entrypoint.sh /
|
#COPY --chown=nginx:nginx ./docker-entrypoint.sh /
|
||||||
|
COPY ./docker-entrypoint.sh /
|
||||||
RUN chmod +x /docker-entrypoint.sh
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
|
|
||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user