We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de696 commit c6771ffCopy full SHA for c6771ff
service/Dockerfile
@@ -51,7 +51,7 @@ COPY modules/module-mysql/src modules/module-mysql/src/
51
52
RUN pnpm build:production && \
53
rm -rf node_modules **/node_modules && \
54
- pnpm install --frozen-lockfile --prod --ignore-scripts --filter '!@powersync/service-core-tests'
+ pnpm install --frozen-lockfile --prod --ignore-scripts
55
56
# === TESTER ===
57
0 commit comments