diff --git a/Makefile b/Makefile index 2cfbe60..c5032f5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ default: run run: build - docker run -v $(CURDIR):/app -p "5000:5000" --env-file=.env ianonavy/autopilot + docker run --rm -v $(CURDIR):/app -p "5000:5000" --env-file=.env ianonavy/autopilot build: Dockerfile docker build -t ianonavy/autopilot .