Add a target for running in production [skip ci]
This commit is contained in:
parent
d849515e01
commit
cc928de248
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -31,6 +31,9 @@ push-images:
|
|||
docker image push $(DOCKER_WEB_IMAGE_NAME):$(DOCKER_TAG)
|
||||
docker image push $(DOCKER_WEB_IMAGE_NAME):latest
|
||||
|
||||
run-production:
|
||||
docker-compose --file docker-compose-production.yaml up --detach --remove-orphans
|
||||
|
||||
.PHONY: *
|
||||
|
||||
# vim: noexpandtab filetype=make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue