* removed checking if docker is running with /dev/null
This commit is contained in:
@ -6,7 +6,6 @@ build:
|
||||
@docker compose build
|
||||
|
||||
provision-postgres:
|
||||
@docker version > /dev/null 2>&1 || (echo "Docker is not running" && exit 1)
|
||||
@docker stop twenty_postgres || true
|
||||
@docker rm twenty_postgres || true
|
||||
@docker volume rm twenty_db_data || true
|
||||
|
||||
Reference in New Issue
Block a user