refactor: remove svelte runtime
This commit is contained in:
parent
76fe468df5
commit
72d56cb3c9
46 changed files with 40 additions and 2301 deletions
|
|
@ -21,6 +21,7 @@ ENV DASHBOARD_MIGRATIONS_DIR=/app/drizzle
|
|||
COPY package.json bun.lock ./
|
||||
RUN bun install --frozen-lockfile --production
|
||||
COPY --from=build /app/build ./build
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY --from=build /app/drizzle ./drizzle
|
||||
|
||||
RUN mkdir -p /data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue