dockerize

This commit is contained in:
2026-05-09 22:19:42 +01:00
parent 79ed58ee23
commit eb9cfd3375
4 changed files with 103 additions and 4 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
site:
build:
context: .
target: final
ports:
- 3000:3000
volumes:
- "./urls.txt:/urls.txt"