mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
Fix "
This commit is contained in:
parent
632333c49f
commit
33a2ac402c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue