The universe is possible

This commit is contained in:
2025-05-26 16:24:30 +03:00
parent e94f3b5465
commit baea321e55
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM docker:dind FROM docker:dind
COPY setup-daemon.sh /bin/ COPY ./setup-daemon.sh /bin/
RUN chmod +x /bin/setup-daemon.sh RUN chmod +x /bin/setup-daemon.sh
ENTRYPOINT ["/bin/setup-daemon.sh"] ENTRYPOINT ["/bin/setup-daemon.sh"]

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
mkdir -p /etc/docker mkdir -p /etc/docker