fix install adapters

This commit is contained in:
Smile Rex
2025-07-20 17:16:54 +03:00
parent f2c033f0e9
commit 9220daf8eb
4 changed files with 221 additions and 108 deletions

View File

@@ -13,7 +13,7 @@ FROM node:20-alpine
WORKDIR /app
COPY --from=build /app/.svelte-kit/output /app/build
COPY --from=build /app/build ./build
COPY --from=build /app/package.json ./package.json
RUN npm install --production