We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab47a76 commit 8e19f0eCopy full SHA for 8e19f0e
1 file changed
Dockerfile
@@ -31,10 +31,12 @@ COPY --from=build /build/server/dist /app/server
31
COPY --from=build /build/server/package.json /app/server/package.json
32
COPY --from=build /build/server/src/deployments/templates /app/server/deployments/templates
33
COPY --from=build /build/server/node_modules /app/server/node_modules
34
+COPY server/prisma /app/server/prisma
35
36
# temporary fix for the public folder
37
COPY --from=build /build/server/dist/public /app/server/public
-
38
+ENV DATABASE_URL=file:/app/server/db/kubero.sqlite
39
+ENV DATABASE_TYPE=sqlite
40
41
RUN echo -n $VERSION > /app/server/VERSION
42
0 commit comments