Initial website design

This commit is contained in:
2024-02-23 23:28:44 -03:00
parent d3504a7033
commit 536f2bd9a8
22 changed files with 19398 additions and 6 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3"
services:
web:
build: .
restart: unless-stopped
ports:
- "80/tcp"