Merge branch 'main' into deploy

This commit is contained in:
Mathematical Michael 2023-09-28 22:45:12 +00:00
commit 5026f9cd45

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