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 .