From cf4eb1e9e7177ad639d52dba37da5857e74031f4 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 31 Jul 2025 01:42:41 +0200 Subject: [PATCH] coolify setup --- dist/.dist | 0 nixpacks.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dist/.dist diff --git a/dist/.dist b/dist/.dist new file mode 100644 index 0000000..e69de29 diff --git a/nixpacks.toml b/nixpacks.toml index d85bc94..65175cf 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -5,4 +5,4 @@ nixPkgs = ["hugo", "go"] cmds = ["hugo --minify --config config/_default/hugo.toml"] [[ nixpacks.included_files ]] -paths = ["/dist"] \ No newline at end of file +paths = ["dist"] \ No newline at end of file