From 50df061d41273fbc14136c7e79a256f735eb3dba Mon Sep 17 00:00:00 2001 From: tmaeno Date: Thu, 25 Jan 2024 10:04:54 +0100 Subject: [PATCH] Fixed Dockerfile --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33aaa543d..873b1c742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ packages = ["pandaserver"] "templates/bin" = "usr/bin" "templates/init.d" = "etc/rc.d/init.d" "templates/systemd" = "etc/systemd/system" -"templates/sysconfig" = "etc/sysconfig" +"templates/sysconfig" = "etc/panda" [tool.hatch.build.targets.wheel.hooks.custom] path = "package/hatch_build.py"