mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Specify DBPath for docker (#699)
This commit is contained in:
parent
505fc67966
commit
83ac43b737
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ RUN case "$TARGETPLATFORM" in \
|
|||
|
||||
WORKDIR /dnote
|
||||
|
||||
# Set default database path for all processes (main server, docker exec, shells)
|
||||
ENV DBPath=/data/dnote.db
|
||||
|
||||
COPY entrypoint.sh .
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue