Skip to content

Commit

Permalink
fix: add missing production.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Dec 20, 2023
1 parent 53fec8c commit 7157d29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions production.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
production-build:
@$(DOCKER_COMP) --env-file .env --env-file .env.prod -f docker-compose.yml -f docker-compose.prod.yml build --pull --no-cache

production-up: ## Start the docker hub in detached mode (no logs)
@$(DOCKER_COMP) --env-file .env --env-file .env.prod -f docker-compose.yml -f docker-compose.prod.yml up --detach

0 comments on commit 7157d29

Please sign in to comment.