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