The startup of the new stack failed with could not find module "./metrics", because the Docker build process for the server is somewhat brittle. Every module was added separately and of course we forgot. This PR fixes the problem. I started a test stack and did cursory tests, seems to be good.
Coverage remained the same at 89.145% when pulling d19ba0652609dd385c1e3d8d114e1c0a222eddba on fix-dockerfile into 6460592a9ee9071a246b2d19a8418fc8897f11b4 on master.
The startup of the new stack failed with
could not find module "./metrics"
, because the Docker build process for the server is somewhat brittle. Every module was added separately and of course we forgot. This PR fixes the problem. I started a test stack and did cursory tests, seems to be good.