City-of-Bloomington / open311-nodejs

A citizen facing Open311 client written in Node
1 stars 2 forks source link

Docker container should build nuxt at deployment time #5

Closed inghamn closed 5 years ago

inghamn commented 5 years ago

We want all the environment variables to come from our Kubernetes deployment descriptor. This means we have to defer building the nuxt web application until deployment time.

We need to update the start command to do a build and then start.