We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c250a1a commit bd6cee1Copy full SHA for bd6cee1
Makefile
@@ -23,7 +23,7 @@ build: ## Build prod
23
touch build
24
25
run: build ## Run production docker build
26
- - $(CONTAINER_CMD) run -it --rm -p $(PORT):8000 -e SERVICE_BASE_URL=http://localhost:8000 $(PROD_CONTAINER_IMG)
+ - $(CONTAINER_CMD) run --rm -p $(PORT):8000 -e SERVICE_BASE_URL=http://localhost:8000 $(PROD_CONTAINER_IMG)
27
28
run-b: ## Build and run
29
$(RM) build
0 commit comments