2025-03-13 09:24:48 +08:00

22 lines
434 B
Makefile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

build:
@echo ">> php build"
@docker-compose -f ./docker-compose.yml build
stop:
@echo ">> php stop"
@docker-compose -f ./docker-compose.yml down
run:
@echo ">> run"
@docker-compose -f ./docker-compose.yml up -d
@echo "访问网址http://localhost:8011/admin/login"
logs:
@echo ">> cat logs"
@docker-compose -f ./docker-compose.yml logs -f
status:
@echo ">> cat logs"
@docker-compose -f ./docker-compose.yml logs ps