Skip to content

Commit

Permalink
Some README files
Browse files Browse the repository at this point in the history
  • Loading branch information
paunin committed Dec 23, 2018
1 parent bcb4427 commit 049730b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions make/README.md
@@ -0,0 +1,19 @@
# PostDock Make system

## How to rebuild all Dockerfiles

From the root of the project run command:

```
$ ./make/make.sh
```

## How to rebuild specific Dockerfiles

From the root of the project run command:

```
$ ./make/make.sh pgpool
```

Or any other catalog from `make/` directory.
4 changes: 4 additions & 0 deletions src/includes/README.md
@@ -0,0 +1,4 @@
# Mustache templates

- [API](https://github.com/tests-always-included/mo/blob/master/API.md)
- [Demos](https://github.com/tests-always-included/mo/tree/master/demo)

0 comments on commit 049730b

Please sign in to comment.