paunin / PostDock

PostDock - Postgres & Docker - Postgres streaming replication cluster for any docker environment
MIT License
1.11k stars 339 forks source link

Can't build correct *.Dockerfile from dockerfile templates (near empty *.Dockerfile) #265

Open ergoz opened 4 years ago

ergoz commented 4 years ago

Hello everyone. I cloned this repo and run ./make/make.sh from project root dir in master branch and script rewrited content of all ./src/<component_name_here>.Dockerfile to this:

##########################################################################
##                         AUTO-GENERATED FILE                          ##
##########################################################################

Postgres-9.5-11-Repmgr-3.2-4.0.part.DockerfilePostgres-extended-9.5-11-Repmgr-3.2-4.0.part.Dockerfile

What i doing wrong? May be i missed something? How to get same result in files as in this repo?

I tries to do it on Windows with mingw and msys2 installed and in WSL with Ubuntu.

And sorry for bad English :)

paunin commented 4 years ago

What's the expectation VS result? Which command you ran? I recommend to use *nix like system (I use MacOS)