Move image building to taskfile

This commit is contained in:
2024-12-25 10:32:08 +03:00
parent 221d408ae3
commit e4b27c55bf
4 changed files with 23 additions and 51 deletions

View File

@ -14,9 +14,6 @@ endif
install: build-docker install-php-deps install-js-deps
build-docker:
./tools/build-docker
install-php-deps:
./tools/composer install --no-interaction