From 60a917146ca6b4950c7afc99304f489a42e05a85 Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 2 May 2023 01:45:38 +0200 Subject: [PATCH] hopefully fixes hopper --- custom/hopper/{config.toml => Config.toml} | 0 custom/hopper/Dockerfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename custom/hopper/{config.toml => Config.toml} (100%) diff --git a/custom/hopper/config.toml b/custom/hopper/Config.toml similarity index 100% rename from custom/hopper/config.toml rename to custom/hopper/Config.toml diff --git a/custom/hopper/Dockerfile b/custom/hopper/Dockerfile index eaacd73..fc99338 100644 --- a/custom/hopper/Dockerfile +++ b/custom/hopper/Dockerfile @@ -1,3 +1,3 @@ FROM ghcr.io/bra1l0r/hopper-rs -COPY config.toml Config.toml +COPY Config.toml Config.toml