Echo JS 0.11.0

<~>

tracker1 1573 days ago. link 1 point
I'm not sure what "at Free" means in this context, doesn't seem to be any kind of service or relevance here.

Beyond this, for node/typescript projects, generally speaking, you should use a .dockerignore file to exclude the things that shouldn't be copied into the container.  From there, you should use multi-stage containers for your build pipeline... copy the entire project/solution or set of projects into a start or source container, then setup build containers for each portion (client, server, etc) and a final runtime container exposed for deployment.