We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb1b0c commit 8141f59Copy full SHA for 8141f59
master/Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:20-slim as builder
2
3
4
-ENV DATABASE_URL=file:local.db
+ENV DATABASE_URL=file:data/local.db
5
6
WORKDIR /app
7
COPY package*.json ./
@@ -22,7 +22,7 @@ EXPOSE 3000
22
23
RUN mkdir -p /app/data
24
25
26
27
28
RUN echo '#!/bin/sh\n\
0 commit comments