clean: - docker stop munta && docker rm munta build: docker build -t munta . run: clean build docker run -d -p 8080:80 --name munta munta