feat: proper frontend passing

This commit is contained in:
h
2026-06-02 01:39:43 +02:00
parent 3aaa3c757f
commit f688530eac
3 changed files with 2 additions and 11 deletions
+1
View File
@@ -47,6 +47,7 @@ services:
RUN_ENVIRONMENT: prod
volumes:
- ./backend/src:/app/src
- ./frontend/build:/app/static:ro
- ${STORAGE__ROOT:-./storage}:/app/storage
depends_on:
postgres: