Skip to content

Commit

Permalink
Sync Makefile commands with offbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolie committed Oct 29, 2023
1 parent 317a607 commit 6df5441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 39 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.PHONY: run-api
run-api:
.PHONY: build
build:
docker build . --force-rm --no-cache --tag birth-tunes-backend
docker run -d -p 8080:8080 --env-file ./.env birth-tunes-backend:latest
docker run -d -p 8081:8080 --env-file ./.env birth-tunes-backend:latest

.PHONY: down
down:
docker stop $(shell docker ps -q --filter ancestor=birth-tunes-backend:latest)
36 changes: 0 additions & 36 deletions docker-compose.yml

This file was deleted.

0 comments on commit 6df5441

Please sign in to comment.