Issues deploying with Dockerfile
I'm using SvelteKit, and I run my migrations on app start in
hooks.server.ts
After building with Dockerfile, I get these runtime errors nonstop:
Here's my Dockerfile:
1 Reply
I'm assuming the issue is with my Dockerfile setup, but I havent been able to find any solutions to this online, and I'm not proficient enough with Docker myself to solve it.
Okay so it was my docker setup, I just had to add: