A production-ready example of dockerfiles for node.js
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
1º Clone dockerfiles repo
$ git clone [email protected]:hashlab/dockerfiles.git2º Enter in dockerfiles directory
$ cd dockerfiles3º Run the setup script
$ make setup4º Configure the environment variables
$ nvim .env5º Run the bot
$ make startAddding files on repo
git commit -m "Add filename"Updating files on repo
git commit -m "Update filename, filename2, filename3"Removing files on repo
git commit -m "Remove filename"Renaming files on repo
git commit -m "Rename filename"Fixing errors and issues on repo
git commit -m "Fixed #issuenumber Message about this fix"Adding features on repo
git commit -m "Add feature: nameoffeature Message about this feature"Updating features on repo
git commit -m "Update feature: nameoffeature Message about this update"Removing features on repo
git commit -m "Remove feature: nameoffeature Message about this"Bug reports and pull requests are welcome on GitHub at https://github.com/hashlab/dockerfiles. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it hashlab/dockerfiles
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am "Add some feature") - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
If you have any problem or suggestion please open an issue here.
Check here.