docker/local: add production-prebuilt stage and use it in docker-compose.yml

This commit is contained in:
2025-10-06 17:38:25 +02:00
parent d7874ef9de
commit 30cfe78c59
2 changed files with 29 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
services:
stargirlnails:
build: .
build:
context: .
target: production-prebuilt
ports:
- "3000:3000"
env_file: