From 10c774c7d5253d48c131a8ea9acdc2357d49bfa1 Mon Sep 17 00:00:00 2001 From: Birkhoff Lee Date: Tue, 28 Jul 2020 01:47:36 +0800 Subject: [PATCH] Update image build tag --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2bdd402..20e46c1 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker build -t derkades/namelessmc-nginx nginx_web -docker build -t derkades/namelessmc-php php_fpm +docker build -t namelessmc-nginx nginx_web +docker build -t namelessmc-php php_fpm