ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

Figure out why precompiling assets fails in Dockerfile #332

Closed mcritchlow closed 4 years ago

mcritchlow commented 4 years ago

Descriptive summary

When working on #318 I noticed that while there was no "error" generated, the pre-compiled assets did not successfully persist in the built container image.

Temporarily, this has been moved to the entrypoint script, but this is less ideal since it has to be run each time the app is deployed, therefore slowing deployment down.