update sqlite db

This commit is contained in:
2025-08-05 13:13:19 -05:00
parent 30b2a1eb53
commit c4d34046b6

View File

@@ -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