ARPT-Bot icon indicating copy to clipboard operation
ARPT-Bot copied to clipboard

Modify Dockerfile, Rearrange Configurations and Remove redundancy in `start.sh`

Open Karl-Han opened this issue 2 years ago • 0 comments

For the latter 2 commits:

Changes are the followings:

  1. Removing all the lines in start.sh to overwrite the existing /bot, /root, etc.
  2. Do all the configurations in the Dockerfile instead of start.sh and start.sh should only do the initialization for the container.

For the first 6 commits:

Changes are the followings

  1. Add .gitignore with the Python version to avoid unwanted files
  2. Rearrange configurations to make it maintainable
  3. Modify Dockerfile to
    • reduce the number of retrieving packages from Ubuntu Mirror and PyPI
    • comply with the modification of configurations

Karl-Han avatar Apr 13 '22 21:04 Karl-Han