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