Switch to 2.0

This commit is contained in:
Jalin
2019-12-31 21:35:56 +08:00
parent 006fd48d71
commit 4ff5bacd13
105 changed files with 3601 additions and 11726 deletions

View File

@@ -14,6 +14,6 @@ VOLUME /data
COPY . .
COPY env.docker.py.example /config/env.py
COPY config.toml.example config.toml
CMD [ "python", "main.py" , "-c", "/config/env.py"]
CMD [ "python", "main.py"]