diff --git a/Makefile b/Makefile index 26d06c0..13ea802 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ build: start: build docker run -dit --rm \ - --name webserver \ - -p 8080:80 \ + --name webserver \ + -p 8080:80 \ -v $(shell pwd)/public_html:/usr/local/apache2/htdocs \ apache2