A collection of some dockerfiles to simplify deployments.
Change your Dockerfile, example:
FROM rzlamrr/userge:latest
COPY . .
CMD bash run
Change your Dockerfile, example:
FROM rzlamrr/megasdk:latest
COPY . .
COPY .netrc /root/.netrc
RUN chmod +x aria.sh
CMD ["bash","start.sh"]
Change your Dockerfile, example:
FROM rzlamrr/music:latest
COPY . .
CMD ["python3", "-m", "DaisyXMusic"]
You can use it to other repo that similiar.
Just open issue, or do a PR. Contributions are always welcome!