Skip to content

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Mar 27, 2024
1 parent 37e5029 commit a5c799d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.PHONY: build up down

build:
docker-compose build

up:
docker-compose up -d

down:
docker-compose down

publish:
docker push mcsystems/news-search-api:staging

bash:
docker-compose exec api bash

0 comments on commit a5c799d

Please sign in to comment.