shopify-app-template-node
shopify-app-template-node copied to clipboard
Improve DockerFile : use node command
WHY are these changes introduced?
Improved DockerFile according to node docker best practices : https://github.com/goldbergyoni/nodebestpractices/blob/master/sections/docker/bootstrap-using-node.md
WHAT is this pull request doing?
- Updated the DockerFile to set NODE_ENV to production
- And use node index.js instead of npm serve
I have signed the CLA but how do I re-run the CLA check on the PR ?