Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 230 Bytes

NOTES_ON_DOKKU.md

File metadata and controls

6 lines (5 loc) · 230 Bytes

For the git revision to be available at build time in dokku's environment, it is essential to configure dokku to keep the .git directory:

# keep the .git directory during builds
dokku git:set <app> keep-git-dir true