Skip to content

Commit d0ffddc

Browse files
committed
chore: Update Makefile to enable debugging during development
1 parent de09f99 commit d0ffddc

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
@@ -25,7 +25,7 @@ dev: ## Start development environment
2525
-p $(APP_PORT):4000 \
2626
-p 9229:9229 \
2727
-v $(CURDIR):/data \
28-
$(IMG_NAME) yarn start:debug
28+
$(IMG_NAME) yarn start:debug
2929

3030
install: ## Install dependencies
3131
@docker run -it --rm \

0 commit comments

Comments
 (0)