Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
/ dockerfiles Public archive

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

License

Notifications You must be signed in to change notification settings

hashlab/dockerfiles

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published