From edd629276db41432e56475ffdfa4934dfe03361d Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sun, 23 Feb 2025 15:08:48 +0530 Subject: [PATCH] fix: typo in config sample toml file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fb3329..8ca0f1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /libredesk # Copy necessary files COPY libredesk . -COPY config.toml.sample config.toml +COPY config.sample.toml config.toml # Expose port 9000 for the application EXPOSE 9000