MystBin
MystBin copied to clipboard
fix docker setup to use layers
This changes the docker setup of the frontend to use layers. The advantage to this is that layers are cached, so as long as the dependency files (package,json & yarn.lock) are not changed, they will not cause a rebuild of the node modules. This gives a huge speedup of subsequent builds using docker.