Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hridya-egov committed Jul 16, 2024
1 parent 38393c7 commit 6dbb6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micro-ui/web/packages/ui/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM nginx:mainline-alpine



ENV WORK_DIR=/var/web/ui-core-mfe
ENV WORK_DIR=/var/web/ui


RUN mkdir -p ${WORK_DIR}
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/packages/ui/docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server
underscores_in_headers on;


location /ui-core-mfe
location /ui
{
root /var/web;
index index.html index.htm;
Expand Down

0 comments on commit 6dbb6c0

Please sign in to comment.