From c4d34046b6207163b34f1eeaf9fb0ced7490a776 Mon Sep 17 00:00:00 2001 From: Donovan Date: Tue, 5 Aug 2025 13:13:19 -0500 Subject: [PATCH] update sqlite db --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07311f8..37765da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && \ #ENV FRONTEND_HOST=https://app.nkode.tech #ENV FRONTEND_HOST=http://localhost:8090 -ENV SQLITE_DB=/app/data/sqlite/nkode.db +ENV SQLITE_DB=/app/data/sqlite/demo.db # Set the working directory inside the runtime container WORKDIR /app