diff --git a/Makefile b/Makefile index 5c005e32..2399d018 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +all: + docker build -t pangolin . + test: - docker run -it -p 3000:3000 -p 3001:3001 --env-file=.env-docker -v ./config:/config pangolin \ No newline at end of file + docker run -it -p 3000:3000 -p 3001:3001 --env-file=.env-docker -v ./config:/config pangolin + +clean: + docker rmi pangolin \ No newline at end of file