Update docker/headscale/Dockerfile

This commit is contained in:
colin 2024-01-21 21:47:05 +00:00
parent d3d87449b2
commit 09b67842f7
1 changed files with 3 additions and 0 deletions

View File

@ -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"]