From 62585ffb4a0de3e24c37d3b9a90f2c1d493eabad Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 22 Jan 2024 03:22:32 +0000 Subject: [PATCH] Update docker/headscale/Dockerfile --- docker/headscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/headscale/Dockerfile b/docker/headscale/Dockerfile index 09cab6c..0d97f14 100644 --- a/docker/headscale/Dockerfile +++ b/docker/headscale/Dockerfile @@ -7,4 +7,4 @@ COPY prep.sh /usr/bin/local/ RUN /bin/bash /usr/bin/local/prep.sh COPY start.sh /usr/bin/local/ RUN chmod +x /usr/bin/local/start.sh -CMD ["start.sh"] \ No newline at end of file +CMD ["/usr/bin/local/start.sh"] \ No newline at end of file