Skip to content

Instantly share code, notes, and snippets.

@alvaropaco
Created September 19, 2018 19:13
Show Gist options
  • Save alvaropaco/37bbadc613fa2293825ba876394ef593 to your computer and use it in GitHub Desktop.
Save alvaropaco/37bbadc613fa2293825ba876394ef593 to your computer and use it in GitHub Desktop.
GIT fixage exercise
## Introduction
The main goal related with this exercise is fix the GIT usage with good practices.
## Requeriments
- Docker
- GIT
## Exercise
Follow the steps bellow to realize all requeriments:
1. Go to the [https://github.com/alvaropaco/sails-match-service](https://github.com/alvaropaco/sails-match-service) address and create a *FORK* from the repository.
2. Clone your *FORK*
3. Create a new Dockerfile that uses a sailsjs image with the `v1.x` version, expose the 1337 port and bind your local files
4. Build and run your project with docker and run the sails as well
4. Create a customized code for your sails project
5. Create a new commit to your new feature
6. Push your changes and create a PR (Pull Request) to the original repository saying your changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment