From ed3de776b09139c38a2b39fb6ac0dedc1fc078b8 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Fri, 3 Mar 2023 15:01:54 +0100 Subject: [PATCH] Set correct image tag in docker build-script --- dev/shell/docker-prod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/shell/docker-prod.sh b/dev/shell/docker-prod.sh index 41f56ce..9158b0e 100755 --- a/dev/shell/docker-prod.sh +++ b/dev/shell/docker-prod.sh @@ -1,2 +1,2 @@ -docker build -t dev.cat-enby.club/nikurasu/socialtree-js:latest -f dev/docker/images/main/Dockerfile --no-cache . -docker build -t dev.cat-enby.club/nikurasu/socialtree-js:$1 -f dev/docker/images/main/Dockerfile . \ No newline at end of file +docker build -t dev.cat-enby.club/nikurasu/socialtree:latest -f dev/docker/images/main/Dockerfile --no-cache . +docker build -t dev.cat-enby.club/nikurasu/socialtree:$1 -f dev/docker/images/main/Dockerfile .