Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkboy-j committed Dec 3, 2024
1 parent 0a6cbe5 commit 00a6098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ kill:
start:
sudo docker-compose up -d

.PHONY: logs
logs:
sudo docker logs -f --tail 10 ippon

.PHONY: build
build:
@$(MAKE) pull
Expand All @@ -22,4 +26,4 @@ build:
sudo docker rm ippon
sudo docker build -t ippon --no-cache .
sudo docker-compose up -d
sudo docker logs ippon
sudo docker logs -f --tail 10 ippon

0 comments on commit 00a6098

Please sign in to comment.