dockerfile for web

This commit is contained in:
2026-01-24 15:28:11 +02:00
parent cb23f37342
commit cbb3fb3421
5 changed files with 82 additions and 1 deletions

10
web/compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "8667:8667"
environment:
- NODE_ENV=production
restart: unless-stopped