Nuxt SDK with Docker + Cloud Run deployment #13710
Unanswered
spencerjsmall
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Very excited to start using the Nuxt SDK. I set everything up according to the docs, but can't figure out how to successfully setup the package on the server side given my deployment strategy. The server-side setup instructions indicate the need to add a
NODE_OPTIONS
env variable that imports the server config file, however I can't figure out how to include this in my dockerfile. Here's what I've tried:Is there something obvious I'm doing wrong? Do I additionally need to add the
NODE_OPTIONS
variable to my Cloud Run revision's env variables?Any help woul dbe greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions