rhh4x0R
Explore posts from serversDIAdiscord.js - Imagine an appRRailwaySIASapphire - Imagine a frameworkTtRPCKKyselyTTCTheo's Typesafe Cult
Node-Gyp Error Docker React App
I was able to build it using a full image, as the alpine builds are lightweight:
https://github.com/nodejs/docker-node/issues/384
It's a workaround but still curious how I'd do this manually through an alpine image
16 replies
ENV Vars Not Accessible On Deployment
Adding ARGS in the Dockerfile + quotes around necessary ENV vars seemed to do it.
For anyone looking for this in the future, still not sure if I needed to update my astro.config.mjs with vite define variables, but we'll see.
52 replies