From f25b7259794d99d4b485e339788481939859fc24 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Mon, 1 Jul 2024 17:33:50 +0200 Subject: [PATCH] fix: :truck: Rename n8n file to have the correct extension --- .dockerignore | 3 ++- n8n_workflow..json => n8n_workflow.json | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename n8n_workflow..json => n8n_workflow.json (100%) diff --git a/.dockerignore b/.dockerignore index 2eea525..24800a8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +n8n_workflow.json \ No newline at end of file diff --git a/n8n_workflow..json b/n8n_workflow.json similarity index 100% rename from n8n_workflow..json rename to n8n_workflow.json