Исправление имени репозитория в скриптах

This commit is contained in:
Victor Chapaev 2025-03-16 14:41:45 +03:00
parent 669c649c75
commit 2f4c5cb048
Signed by: victor
GPG Key ID: 05ACE065D1EC5CA4
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker build . -t gitfox.ru/victor/json-cpp
docker build . -t gitfox.ru/victor/json-cpp-docs

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker push gitfox.ru/victor/json-cpp
docker push gitfox.ru/victor/json-cpp-docs

2
run.sh
View File

@ -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 $*