Update docker/headscale/Dockerfile

This commit is contained in:
colin 2024-01-22 03:22:32 +00:00
parent 1ca3e4c2b6
commit 62585ffb4a
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ COPY prep.sh /usr/bin/local/
RUN /bin/bash /usr/bin/local/prep.sh RUN /bin/bash /usr/bin/local/prep.sh
COPY start.sh /usr/bin/local/ COPY start.sh /usr/bin/local/
RUN chmod +x /usr/bin/local/start.sh RUN chmod +x /usr/bin/local/start.sh
CMD ["start.sh"] CMD ["/usr/bin/local/start.sh"]