fix for image dir

This commit is contained in:
2026-06-12 14:42:14 -05:00
parent b628bbb83f
commit 84c24b2e92
5 changed files with 27 additions and 17 deletions

View File

@@ -25,6 +25,9 @@ services:
restart: unless-stopped
env_file:
- ./bizmatch-server/.env
environment:
# MUST match the container-side path of the volume mount below
PICTURES_DIR: /app/dist/pictures
depends_on:
- postgres
networks: