mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
dockerfile: disable chown
This commit is contained in:
@@ -5,7 +5,8 @@ LABEL maintainer="Denys Vuika <denys.vuika@alfresco.com>"
|
||||
|
||||
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
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
Reference in New Issue
Block a user