「🏗️」 wip: should be working but not
This commit is contained in:
9
srcs/docker/composes/prod.mk
Normal file
9
srcs/docker/composes/prod.mk
Normal file
@ -0,0 +1,9 @@
|
||||
# those are for production testing only do not execute in production environment
|
||||
|
||||
prod:
|
||||
docker compose -f $(DOCKER_CONTEXT)docker-compose.yml up -d --build
|
||||
|
||||
stop-prod:
|
||||
docker compose -f $(DOCKER_CONTEXT)docker-compose-prod.yml stop
|
||||
|
||||
.PHONY: prod stop-prod
|
Reference in New Issue
Block a user