docker based

This commit is contained in:
2026-01-07 10:28:59 -06:00
parent 61e10937dd
commit d36da86eee
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
bizmatch-ssr:
image: bizmatch-ssr
container_name: bizmatch-ssr
restart: unless-stopped
ports:
- '4200:4200'
environment:
NODE_ENV: production