We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c435c commit 762b98fCopy full SHA for 762b98f
Makefile
@@ -35,7 +35,7 @@ run: clean
35
--env-file $(ENV_FILE) \
36
-p $(HOST_PORT):$(CONTAINER_PORT) \
37
$(foreach vol,$(VOLUMES),-v $(vol)) \
38
- $(DOCKER_IMAGE) $(CMD) && \
+ $(DOCKER_IMAGE) && \
39
printf "$(COLOR_GREEN)$(SYM_SUCCESS) Container started successfully$(COLOR_RESET)\n" || \
40
{ printf "$(COLOR_RED)$(SYM_ERROR) Failed to start container$(COLOR_RESET)\n"; exit 1; }
41
@$(MAKE) wait-container-ready
0 commit comments