hashlab / dockerfiles

A production-ready example of docker files for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

A production-ready example of dockerfiles for node.js

                  ##        .
            ## ## ##        ==
         ## ## ## ## ##    ===
     /"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
     \______ o           __/
       \    \         __/
        \____\_______/

Maintenance License Twitter Follow Twitter URL

Getting Started

1º Clone dockerfiles repo

$ git clone git@github.com:hashlab/dockerfiles.git

2º Enter in dockerfiles directory

$ cd dockerfiles

3º Run the setup script

$ make setup

4º Configure the environment variables

$ nvim .env

5º Run the bot

$ make start

Conventions of commit messages

Addding 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"

Contributing

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.

  1. Fork it hashlab/dockerfiles
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Support

If you have any problem or suggestion please open an issue here.

License

Check here.

About

A production-ready example of docker files for node.js

License:MIT License


Languages

Language:JavaScript 76.4%Language:Shell 13.2%Language:Makefile 10.3%