From a44f8e18d7bd975c02af2e29449895e577c09096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20West=C3=B6=C3=B6?= Date: Fri, 23 Jan 2026 21:59:41 +0100 Subject: [PATCH] Remove volume mount for public directory - files built into image The volume mount was overwriting the public directory from the Docker image with an empty directory from the host, causing ENOENT errors. Public files are now served from the Docker image via COPY command. --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f6bc24d..945ecfb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,8 +42,6 @@ services: condition: service_healthy networks: - recruitment-network - volumes: - - ./public:/app/public volumes: postgres_data: