angeloreale
PPrisma
•Created by angeloreale on 8/24/2024 in #help-and-questions
[SOLVED] Prisma won't build consistently with the same Dockerfile specs
Hi, when bundling an app with Prisma, it works on a
node:20
and node:20-alpine
locally.
When building with the same machines on Github Action ubuntu-latest
runner they fail with the following error:
For context, I'm trying to have both Accelerate (for Vercel) and Standalone (Long-running) together.
And here is the PR (including failed builds): https://github.com/dreampipcom/hypnos/pull/41
Only difference is the Docker Info (obviously) and my network settings (firewalls included).
Why is that so? Is there anything else I need to do?5 replies