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

This commit is contained in:
Rylie 2023-11-05 11:10:01 +07:00
parent b4a0736f7b
commit 040742a9a4
Signed by: Rylie
SSH Key Fingerprint: SHA256:weL4akmWhQBKHoqt33FtmsM4N62filfWxWmb9HJLRaw
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" ]