Initial commit

This commit is contained in:
2026-04-12 08:54:19 +00:00
commit 18016013d7
9 changed files with 1262 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
linkedin-formatter:
build: .
container_name: linkedin-formatter
ports:
- "3000:3000"
restart: unless-stopped