Static website from Docker Image
Eduard Aksamitov
Now we can deploy a static site from the repository with a Dockerfile inside.
But sometimes we have a mono repository with different services and a static website. To start the services, we build one Docker Image of that repository and run the
/bin/sh -c "npm run start:**"
command for each service. Next, it would be great to use this image for a static website that is already built inside.This feature will help to work with PNPM Workspaces and significantly reduce the time required to build and deploy applications.