Update docker/headscale/Dockerfile
This commit is contained in:
parent
d3d87449b2
commit
09b67842f7
|
@ -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"]
|
Loading…
Reference in New Issue