commit 5b37f24cdbaa448d85a503dfcc78eb8b95a4a676 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..695ec47 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +services: + web: + image: darkhttpd + ports: + - "8080:80" + volumes: + - ./dev/:/var/www/htdocs:ro