fix(docker): rename `log` to `logs` for consistency
parent
b4a0736f7b
commit
040742a9a4
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue