added docker-compose

This commit is contained in:
2025-08-22 21:30:41 +01:00
parent 157e5332e3
commit b2f5bf2124
+12
View File
@@ -0,0 +1,12 @@
version: "3.9"
name: lk-landing-page
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: lk-landing-page
environment:
- NODE_ENV=production
restart: unless-stopped