Skip to content

Commit

Permalink
fix: do not enable TTY on run docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
Silva97 committed Jan 12, 2025
1 parent 9feea49 commit 5532000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ html:

.PHONY: docker
docker:
docker run --rm -it -v $(shell pwd):/app $(IMAGE_TAG) $(ARGS)
docker run --rm -i -v $(shell pwd):/app $(IMAGE_TAG) $(ARGS)

.PHONY: docker-build
docker-build:
Expand Down

0 comments on commit 5532000

Please sign in to comment.