mirror of
https://github.com/wg-easy/wg-easy.git
synced 2026-08-27 04:16:58 +00:00
fix libsql bundling issue
This commit is contained in:
parent
a9a51337da
commit
e8b3e54228
2 changed files with 191 additions and 216 deletions
|
|
@ -26,7 +26,7 @@ COPY --from=build /app/.output /app
|
|||
# Copy migrations
|
||||
COPY --from=build /app/server/database/migrations /app/server/database/migrations
|
||||
# libsql
|
||||
RUN npm install --no-save libsql
|
||||
RUN cd /app/server && npm install --no-save libsql
|
||||
|
||||
# Install Linux packages
|
||||
RUN apk add --no-cache \
|
||||
|
|
|
|||
405
src/pnpm-lock.yaml
generated
405
src/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue