mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
dockerfile: disable chown
This commit is contained in:
parent
3e03bd1520
commit
0a6e94aad5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user