FrontendService: Fix backend.dockerfile (#108195)

* FrontendService: Fix backend.dockerfile

* comments

* Fix backends rebuilding image instead of just restarting when assets change

* route /logout to grafana backend

* fix script in dockerfile
This commit is contained in:
Josh Hunt
2025-07-17 12:49:16 +01:00
committed by GitHub
parent 8dfb4cdfc9
commit 4e9c670a00
4 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ COPY go.* ./
COPY .bingo .bingo
COPY .citools .citools
# Include vendored dependencies
# Copy go dependencies first
# If updating this, please also update devenv/frontend-service/backend.dockerfile
COPY pkg/util/xorm pkg/util/xorm
COPY pkg/apiserver pkg/apiserver
COPY pkg/apimachinery pkg/apimachinery