This commit is contained in:
Owen 2025-08-17 18:36:23 -07:00
parent 632333c49f
commit 33a2ac402c
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

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