Skip to content

Commit

Permalink
Merge pull request #445 from openziti/444-docker-basehref
Browse files Browse the repository at this point in the history
Update baseHref setting in docker build
  • Loading branch information
rgallettonf authored Aug 7, 2024
2 parents cd93f54 + f3167ae commit 6f087b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# ziti controller always binds at /zac and trailing slash is necessary to qualify Angular runtime paths in index.html
build-args: |
NODE_VERSION=${{ env.NODE_VERSION }}
BASE_HREF='/zac/'
BASE_HREF=/zac/
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down
2 changes: 1 addition & 1 deletion docker-images/ziti-console-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This image is only for embedding the console in the controller container image.

## Deploy

[Link to console deployment guide](https://openziti.io/docs/guides/deployments/docker/console) shows how enable the console in the controller image.
[Here's a link to the console deployment guide](https://openziti.io/docs/guides/deployments/docker/console) that shows how to enable the console in the controller image.

## Build

Expand Down

0 comments on commit 6f087b2

Please sign in to comment.