We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d46abd commit 863f52fCopy full SHA for 863f52f
Makefile
@@ -1,5 +1,6 @@
1
-.PHONY: all build test run bash tag push pull help kill clean
+.PHONY: all update build test run run_image bash tag push pull help kill clean
2
.DEFAULT_GOAL := help
3
+SHELL = /bin/bash
4
5
NAME = project-x
6
NAMESPACE = barcelonapm
@@ -34,6 +35,8 @@ run_image: build ## Run the Application Docker image in the local machine.
34
35
36
run: build ## Run the Application Docker Compose in the local machine.
37
ENVIRONMENT=$(ENVIRONMENT) \
38
+ OAUTH_GITHUB_KEY=$(OAUTH_GITHUB_KEY) \
39
+ OAUTH_GITHUB_SECRET=$(OAUTH_GITHUB_SECRET) \
40
docker-compose up --force-recreate
41
42
kill: ## Kill the compose in the local machine.
0 commit comments