From 0075ab06460447f3c947ecf2e0a366a917a423cc Mon Sep 17 00:00:00 2001 From: Mathematical Michael Date: Thu, 28 Sep 2023 16:32:43 -0600 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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