1
0
mirror of synced 2024-11-24 06:20:10 +01:00

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
No known key found for this signature in database

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" ]