You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/02/02 14:12:52 UTC

[incubator-streampipes] branch experimental-module-federation-494 updated: [hotfix] Rename ui folder in Dockerfile

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

riemer pushed a commit to branch experimental-module-federation-494
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/experimental-module-federation-494 by this push:
     new e8407bd  [hotfix] Rename ui folder in Dockerfile
e8407bd is described below

commit e8407bd6435f33cc1cbc6a17dfb347ba4a7f6d0d
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Feb 2 15:10:53 2022 +0100

    [hotfix] Rename ui folder in Dockerfile
---
 ui/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/Dockerfile b/ui/Dockerfile
index b0a62c1..4522dcf 100644
--- a/ui/Dockerfile
+++ b/ui/Dockerfile
@@ -16,7 +16,7 @@
 ARG BASE_IMAGE=nginx
 FROM $BASE_IMAGE
 
-COPY dist/ /usr/share/nginx/html/
+COPY dist/streampipes/ui /usr/share/nginx/html/
 #COPY dist/assets/img/ /usr/share/nginx/html/assets/img/
 #COPY dist/assets/css/ /usr/share/nginx/html/assets/css/
 #COPY dist/assets/lib/ /usr/share/nginx/html/assets/lib/
@@ -44,4 +44,4 @@ COPY docker-entrypoint.sh /
 RUN chown -R nginx:nginx /usr/share/nginx/html/
 
 ENTRYPOINT ["sh", "/docker-entrypoint.sh"]
-CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
+CMD ["nginx", "-g", "daemon off;"]