chore: add node docker service for vite dev server and prod build

This commit is contained in:
thibaud-leclere
2026-03-28 13:14:09 +01:00
parent c3dab636b1
commit d175202163
6 changed files with 66 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ services:
context: .
dockerfile: docker/app/Dockerfile
target: prod
additional_contexts:
node-build: docker/node
image: git.lclr.dev/thibaud-lclr/ltbxd-actorle/app:latest
ports:
- "80:80"