After running ng build, my angular app is served from the build destination directly \'/dist\'. This command ng build & cp -r somefiles dist/. is used on th
ng build & cp -r somefiles dist/.