Skip to content

Commit 8be579a

Browse files
author
whitekernel
committed
[FIX] drop iris-web/docker/frontend/Dockerfile — the SvelteKit build lives in iris-frontend/Dockerfile now; docker-compose.new-ui.yml points at the sub-repo copy directly
1 parent 27abddb commit 8be579a

2 files changed

Lines changed: 1 addition & 62 deletions

File tree

docker-compose.new-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112
# install` on boot — the image carries everything it needs.
113113
build:
114114
context: ${IRIS_SVELTEKIT_FRONTEND_DIR:-../iris-frontend}
115-
dockerfile: ${IRIS_FRONTEND_DOCKERFILE:-../iris-web/docker/frontend/Dockerfile}
115+
dockerfile: ${IRIS_FRONTEND_DOCKERFILE:-Dockerfile}
116116
image: iris_frontend:newui
117117
profiles: ["new-ui"]
118118
container_name: iris_sveltekit_frontend

docker/frontend/Dockerfile

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)