diff --git a/Dockerfile b/Dockerfile index 178e214ff4..fbb75ead2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ 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 --from=builder /usr/src/alfresco/licenses /usr/share/nginx/html/ USER root RUN chmod a+w -R /etc/nginx/conf.d