Skip to content

Commit 9c3ff28

Browse files
authored
fix build: add missing docker targets (#90)
1 parent 08f99f3 commit 9c3ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $(addprefix --in-docker-start-, $(PRESETS)): --in-docker-start-%: install-%
6868

6969
# Build and run service in docker environment
7070
.PHONY: $(addprefix docker-start-, $(PRESETS))
71-
docker-start-debug docker-start-release: docker-start-%:
71+
$(addprefix docker-start-, $(PRESETS)): docker-start-%:
7272
$(DOCKER_COMPOSE) run -p 8080:8080 --rm $(PROJECT_NAME)-container make -- --in-docker-start-$*
7373

7474
# Start specific target in docker environment

0 commit comments

Comments
 (0)