add Makefile

This commit is contained in:
Pierre Guillod 2023-07-05 15:53:48 +02:00
parent 34d77b4aa3
commit 9641fcf7a4
Signed by: pierre
GPG key ID: 78018D943E9CBD0C

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
clean:
- docker stop munta && docker rm munta
build:
docker build -t munta .
run: clean build
docker run -d -p 8080:80 --name munta munta