Skip to content

Latest commit

 

History

History
 
 

make

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.