Im trying to build and run vue-storefront inside Docker. I was surprised that I couldn't find an official image for this, but i just wrote a simple Dockerfile for a nuxt app
The code im trying to build is literally the vue-storefront git repo, no changes except adding a dockerfile
the image fails at the RUN yarn build instruction with
ERROR in modules/cms/build.ts:10:43 TS2339: Property 'cms' does not exist on type 'NuxtOptionsRuntimeConfig'. Property 'cms' does not exist on type '(env: ProcessEnv) => NuxtRuntimeConfig'.
ERROR in modules/cms/runtime.ts:7:41 TS2339: Property 'cms' does not exist on type 'NuxtOptionsRuntimeConfig'. Property 'cms' does not exist on type '(env: ProcessEnv) => NuxtRuntimeConfig'.