Skip to content

Commit

Permalink
simplify app base path
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Jan 17, 2024
1 parent cab4984 commit f3bee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY dist/onecx-theme-ui/ $DIR_HTML

# Application environments default values
ENV BFF_URL http://onecx-theme-bff:8080/
ENV APP_BASE_HREF /theme-mgmt/
ENV APP_BASE_HREF /theme/

RUN chmod 775 -R $DIR_HTML/assets
USER 1001

0 comments on commit f3bee41

Please sign in to comment.