This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 141c4ecf0 [hotfix] Revert changes in Dockerfile of UI
141c4ecf0 is described below

commit 141c4ecf0b9f7d789a7d73033c6e2ead56e0d1bf
Author: Dominik Riemer <[email protected]>
AuthorDate: Sun Feb 5 20:28:08 2023 +0100

    [hotfix] Revert changes in Dockerfile of UI
---
 ui/Dockerfile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ui/Dockerfile b/ui/Dockerfile
index a1972a33c..e89d89332 100644
--- a/ui/Dockerfile
+++ b/ui/Dockerfile
@@ -23,13 +23,7 @@ COPY nginx_config/ssl.conf /app/nginx-confs/ssl.conf
 
 COPY docker-entrypoint.sh /
 
-RUN chown -R nginx:nginx /etc/nginx/
 RUN chown -R nginx:nginx /usr/share/nginx/html/
-RUN chown -R nginx:nginx /var/cache/nginx/
-RUN chown -R nginx:nginx /var/run/
-RUN chown -R nginx:nginx /usr/share/nginx/html/
-
-USER 101:101
 
 ENTRYPOINT ["sh", "/docker-entrypoint.sh"]
 CMD ["nginx", "-g", "daemon off;"]

Reply via email to