Dockerize website

This commit is contained in:
2024-10-06 22:06:17 -04:00
parent 65234a190c
commit d92037f461
33 changed files with 32 additions and 23 deletions

5
docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
services:
web:
build: .
ports:
- "${LOCAL_PORT}:80"