fix(docker): rename `log` to `logs` for consistency

pull/60/head
Rylie 2023-11-05 11:10:01 +07:00
parent b4a0736f7b
commit 040742a9a4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COPY dbutils.py dbutils.py
COPY read.py read.py
ADD core core
ADD titles titles
ADD log log
ADD logs logs
ADD cert cert
ENTRYPOINT [ "/app/entrypoint.sh" ]