diff --git a/docker/headscale/Dockerfile b/docker/headscale/Dockerfile index ab83ac5..09cab6c 100644 --- a/docker/headscale/Dockerfile +++ b/docker/headscale/Dockerfile @@ -5,3 +5,6 @@ RUN apt-get update \ && apt-get clean 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