aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-04-29 22:25:21 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-04-29 22:25:21 +0200
commitcdfdcfe2c98d1abea9bc87f8fccae0e1b3c47b3e (patch)
treeb987eb2ad642059dedd1cef666250136b8304f03 /Dockerfile
parentcmd_line: read executable name from /proc/self/exe (diff)
downloadcimple-cdfdcfe2c98d1abea9bc87f8fccae0e1b3c47b3e.tar.gz
cimple-cdfdcfe2c98d1abea9bc87f8fccae0e1b3c47b3e.zip
add a default SQLite database path
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b72f6a9..995f4a2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,4 +35,4 @@ ENV PATH="$install_dir/bin:${PATH}"
WORKDIR "$install_dir/bin"
ENTRYPOINT ["/sbin/tini", "--"]
-CMD ["cimple-server", "--sqlite", "/var/lib/cimple/cimple.sqlite"]
+CMD ["cimple-server"]