ARPT-Bot
ARPT-Bot copied to clipboard
Modify Dockerfile, Rearrange Configurations and Remove redundancy in `start.sh`
For the latter 2 commits:
Changes are the followings:
- Removing all the lines in
start.sh
to overwrite the existing/bot
,/root
, etc. - Do all the configurations in the Dockerfile instead of
start.sh
andstart.sh
should only do the initialization for the container.
For the first 6 commits:
Changes are the followings
- Add
.gitignore
with the Python version to avoid unwanted files - Rearrange configurations to make it maintainable
- Modify Dockerfile to
- reduce the number of retrieving packages from Ubuntu Mirror and PyPI
- comply with the modification of configurations