diff --git a/Dockerfile b/Dockerfile index 725fed455..7d11cc96b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ COPY docker/docker-entrypoint.d/* /docker-entrypoint.d/ COPY dist/$PROJECT_NAME /usr/share/nginx/html/ COPY dist/$PROJECT_NAME/app.config.json /etc/nginx/templates/app.config.json.template COPY dist/$PROJECT_NAME/assets/app.extensions.json /etc/nginx/templates/app.extensions.json.template -COPY --from=builder /usr/src/alfresco/licenses /usr/share/nginx/html/ +# COPY --from=builder /usr/src/alfresco/licenses /usr/share/nginx/html/ USER root RUN chmod a+w -R /etc/nginx/conf.d