From 2f4c5cb048e2d31bcf417c121331c0f8bf72e02b Mon Sep 17 00:00:00 2001 From: Victor Chapaev Date: Sun, 16 Mar 2025 14:41:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20?= =?UTF-8?q?=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=B0?= =?UTF-8?q?=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- push.sh | 2 +- run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index df9f2a1..891167f 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker build . -t gitfox.ru/victor/json-cpp +docker build . -t gitfox.ru/victor/json-cpp-docs diff --git a/push.sh b/push.sh index 4957400..437cb35 100755 --- a/push.sh +++ b/push.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker push gitfox.ru/victor/json-cpp +docker push gitfox.ru/victor/json-cpp-docs diff --git a/run.sh b/run.sh index b348c5e..c7ff321 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -ti --rm -p 8080:8080 gitfox.ru/victor/json-cpp $* +docker run -ti --rm -p 8080:8080 gitfox.ru/victor/json-cpp-docs $*