You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor AddNodeApp
- Obsolete the existing AddNodeApp that takes a file path only
- Introduce a new AddNodeApp that takes a directory path and a file path relative to that directory
- Includes a default Dockerfile for the Node application
- Add Npm package manager support if the directory contains a package.json file
* Minor PR feedback
* Optimize the node dockerfile
Use multi-stage build.
Set NODE_ENV.
Expose the port.
Use a non-root user.
* Use alpine for the base image of NodeApps for size optimization.
0 commit comments