feat: add Dockerfile, docker-compose, and nginx configuration for application deployment

This commit is contained in:
Thibault Pouch
2026-02-27 10:38:29 +01:00
parent 6ed13d1ffc
commit 6b8039da28
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
services:
nest-front:
build: .
ports:
- "5173:5173"
restart: unless-stopped