We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3684929 + 1061e71 commit fd10720Copy full SHA for fd10720
1 file changed
Makefile
@@ -57,7 +57,7 @@ docker-push: ## Push Docker image to registry
57
58
docker-run: ## Run Docker image locally
59
port_mappings="$(shell echo $(SERVICES) | sed 's/[^0-9]/ /g' | sed 's/\([0-9][0-9]*\)/-p \1:\1/g' | sed 's/ */ /g')"; \
60
- docker run -it -e DEBUG=$(DEBUG) -e SERVICES=$(SERVICES) -e KINESIS_ERROR_PROBABILITY=$(KINESIS_ERROR_PROBABILITY) -e SERVICES=$(SERVICES) -p 4567-4578:4567-4578 -p 8080:8080 $$port_mappings $(IMAGE_NAME)
+ docker run -it -e DEBUG=$(DEBUG) -e SERVICES=$(SERVICES) -e KINESIS_ERROR_PROBABILITY=$(KINESIS_ERROR_PROBABILITY) -p 4567-4578:4567-4578 -p 8080:8080 $$port_mappings $(IMAGE_NAME)
61
62
web: ## Start web application (dashboard)
63
($(VENV_RUN); bin/localstack web --port=8080)
0 commit comments