zalando / zally

A minimalistic, simple-to-use API linter
https://zalando.github.io/zally
MIT License
908 stars 145 forks source link

bugfix: web-ui Dockerfile updated to fix blank screen issue while using … #1509

Open nitin-vavdiya opened 1 month ago

nitin-vavdiya commented 1 month ago

Web-ui Dockerfile updated to fix: https://github.com/zalando/zally/issues/1406

Step to reproduce the issue

  1. Checkout main branch
  2. Run docker compose build
  3. Run docker compose up -d
  4. Access Web UI in the browser, it will open a blank with the below error:
bundle.js:1 Uncaught SyntaxError: Unexpected token '<' (at bundle.js:1:1)

How to test

  1. Apply these changes or check out this branch
  2. Run docker compose build
  3. Run docker compose up -d
  4. Access Web UI in the browser, it will open zallu UI without any errors