1
0
This commit is contained in:
2022-09-20 20:03:17 -07:00
parent cf96348c11
commit e3383cda60
2 changed files with 0 additions and 20 deletions

View File

@@ -9,8 +9,5 @@ RUN rc-update add docker boot
COPY docker-setup /bin/
RUN chmod +x /bin/docker-setup
COPY docker-remote-tag /bin/
RUN chmod +x /bin/docker-remote-tag
CMD [ "/bin/docker-setup" ]
ENTRYPOINT [ "/bin/bash", "-l", "-c" ]