feat: Creating Docker deployment

This commit is contained in:
gauvainboiche
2026-08-01 17:45:42 +02:00
parent 7a7815f3bd
commit 4fee4c4eb9
4 changed files with 48 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3.8'
services:
keta-pk:
build: .
container_name: keta-pk-web
ports:
- "3000:3000"
restart: unless-stopped
environment:
- NODE_ENV=production
- PORT=3000