Skip to content

Commit

Permalink
Update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Apr 22, 2024
1 parent fcd9643 commit 3040067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ main() {
return
fi

docker build -t localhost/puharic/tgapi-sever:dev --file Dockerfile.dev .
docker build -t localhost/nobody/tgapi-sever:dev --file Dockerfile.dev .
}

main "${@}"
2 changes: 1 addition & 1 deletion bin/shell
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
-v "${PWS}/data/go/pkg:/go/pkg" \
-v "${PWD}/data/fish/config:/root/.config/fish" \
-v "${PWD}/data/fish/local:/root/.local/share/fish" \
localhost/puharic/tgapi-sever:dev fish
localhost/nobody/tgapi-sever:dev fish
}

main "${@}"

0 comments on commit 3040067

Please sign in to comment.