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