changed scripts directory

This commit is contained in:
stellarshenson
2025-07-16 09:41:14 +02:00
parent 0f7f6fd1a1
commit 28bbe71bd5
7 changed files with 2 additions and 2 deletions

View File

@@ -12,11 +12,11 @@
## build docker containers
build:
@cd ./bin && ./build.sh
@cd ./scripts && ./build.sh
## build docker containers and output logs
build_verbose:
@cd ./bin && ./build_verbose.sh
@cd ./scripts && ./build_verbose.sh
## pull docker image from dockerhub
pull: