This commit is contained in:
Owen
2025-08-17 18:36:23 -07:00
parent 632333c49f
commit 33a2ac402c

View File

@@ -11,7 +11,7 @@ RUN npm ci
COPY . .
RUN echo "export * from ./\"$DATABASE\";" > server/db/index.ts
RUN echo "export * from \"./$DATABASE\";" > server/db/index.ts
RUN echo "export const build = \"$BUILD\" as any;" > server/build.ts