diff --git a/Makefile b/Makefile index 97d354d..6279c39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT = slack VERSION = $(shell git rev-parse --short HEAD) -ECR_REPO = mail.caliban.io:5000 +ECR_REPO = git.caliban.io #APP_IMAGE = 482681734622.dkr.ecr.eu-west-1.amazonaws.com/$(PROJECT):$(VERSION) APP_IMAGE = $(ECR_REPO)/$(PROJECT):$(VERSION) NO_CACHE = true diff --git a/package-lock.json b/package-lock.json index dba6274..c971a91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "svelte-multiview", + "name": "docker-multiview", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "svelte-multiview", + "name": "docker-multiview", "version": "1.0.0", "dependencies": { "compression": "^1.7.4", diff --git a/src/App.svelte b/src/App.svelte index 75c52ae..75ba2a3 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -26,9 +26,9 @@ - + - +