Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
doc fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kayvank committed Dec 20, 2018
1 parent 8afbb94 commit 5aea899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ All work must have a corresponding work order, [JIRA ](https://rchain.atlassian.
- Commit your changes as outlined in [Committing your work](#Commtting-your-work)
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request
- select a Reviewer
- Select a Reviewer

*Note: All pull request must be reviewed before merge to master branch*
*Note: All pull request must be reviewed before merging to master branch*

## Releasing your changes to Production
www is a [CI/CD](https://cloud.google.com/kubernetes-engine/continuous-deployment/) project.
Expand All @@ -56,7 +56,7 @@ Once pull requests are reviewed and merged to master branch, [Cloud Build](https
- create docker containers
- publish containers to [Container Registry](https://cloud.google.com/container-registry/)
- deploy to [kubernetes (k8) cluster](https://kubernetes.io/)

To check the status of your build visit: https://console.cloud.google.com/cloud-build

#### Committing your work
Prefix git commit messages with one or more of prefixes as outlined here:
Expand Down
3 changes: 1 addition & 2 deletions developer-rchain-coop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ COPY . .
RUN apt-get update && \
apt-get -y install sendmail && \
apt-get update && \
npm install --production && \
npm prune
npm install --production
EXPOSE $PORT
CMD ["npm", "start"]

0 comments on commit 5aea899

Please sign in to comment.