Skip to content

Commit fa8079a

Browse files
author
Adrian Auer
committed
corrected path for packages
1 parent ee36a86 commit fa8079a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
platform: "linux/arm64"
2828
depends_on:
2929
- ui_com
30-
image: ghcr.io/helloric/helloric/svelte-ui:latest
30+
image: ghcr.io/helloric/svelte-ui:latest
3131
build:
3232
context: ./svelte-ui/
3333
dockerfile: ./docker/Dockerfile
@@ -37,7 +37,7 @@ services:
3737
ui_com:
3838
restart: always
3939
platform: "linux/arm64"
40-
image: ghcr.io/helloric/helloric/helloric_ui_com:latest
40+
image: ghcr.io/helloric/helloric_ui_com:latest
4141
build:
4242
context: ./helloric_ui_com/
4343
dockerfile: ./Dockerfile

svelte-ui

0 commit comments

Comments
 (0)