From e92a1e4a5ea2bee884fe646a77c3893a38a86e97 Mon Sep 17 00:00:00 2001 From: Emmo00 Date: Fri, 23 Jan 2026 15:29:57 +0100 Subject: [PATCH] refactor: add console.config.json to Dockerfile for improved configuration management --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1d84708..65f6043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ COPY babel.config.js . COPY tsconfig.json . COPY .env . COPY src ./src +COPY console.config.jso[n] . # Build project RUN npm run build