Skip to content

Commit

Permalink
add restart service to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders M committed May 22, 2024
1 parent 177b2b9 commit 43af8d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ compose-up-service: compose-volumes
$(service)
$(docker-compose) up -d $(service)


compose-restart-service: compose-down-service compose-up-service

compose-down-service:
$(docker-compose) stop $(service)
$(docker-compose) rm -f $(service)


up-pub:
$(docker-compose) build \
--build-arg GIT_VERSION="`git describe --long --tags --dirty --always`" \
Expand Down

0 comments on commit 43af8d7

Please sign in to comment.