From 93414bd3c9d262143bc3f1be23a2ab801fce3d20 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 3 Jul 2025 02:16:04 -0400 Subject: [PATCH] . should not be mounted --- examples/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml index c48c733..f7794ec 100644 --- a/examples/docker-compose.yml +++ b/examples/docker-compose.yml @@ -5,6 +5,4 @@ services: ports: - 3000:3000 environment: - - NODE_ENV=production - volumes: - - .:/app \ No newline at end of file + - NODE_ENV=production \ No newline at end of file