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