nasa / gesdisc-meditor

MIT License
7 stars 2 forks source link

Remove build on production start in app/ #53

Closed joncarlson closed 2 weeks ago

joncarlson commented 5 months ago

The Dockerfile in the app/ service runs a build before starting up.

This isn't a good practice. We need to research how to get the npm run build to execute at Docker image build time, not live in production