commit ec15db950ea472769ae8d37899b0bd4b6c094196 Author: jabuxas Date: Mon Sep 16 19:57:02 2024 -0300 chore: init diff --git a/dev/index.html b/dev/index.html new file mode 100644 index 0000000..cecbb23 --- /dev/null +++ b/dev/index.html @@ -0,0 +1,15 @@ + + + + + + + jabuxas main page + + + + +

hello world

+ + + diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..4ec4a87 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +services: + web: + image: darkhttpd + ports: + - "28080:80" + volumes: + - ./dev/:/var/www/htdocs:ro