Nothing to see here, move along
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM docker:dind
|
FROM docker:dind
|
||||||
|
|
||||||
COPY setup-daemon.sh /usr/local/bin/
|
COPY setup-daemon.sh /bin/
|
||||||
RUN chmod +x /usr/local/bin/setup-daemon.sh
|
RUN chmod +x /bin/setup-daemon.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/setup-daemon.sh"]
|
ENTRYPOINT ["/bin/setup-daemon.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user