Update Makefile

This commit is contained in:
Mathematical Michael 2023-09-28 16:32:43 -06:00
parent 9722d05121
commit 0075ab0646

View File

@ -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