1
0
mirror of synced 2025-04-18 12:24:02 +03:00
hockeypuck/.dockerignore
Andrew Gallagher 4bcebe63f5
Change Settings.Software and Settings.Version to build-time constants
Construct default Settings.Version using `git describe` (needs .git tree in builder)

Version number can be overridden on make command line with argument `VERSION=foobar`

Also include Settings.BuiltAt (unused by default but available for e.g. custom settings page)

Use `make build` in Dockerfile instead of go `install`, for consistency

Add **/keydump/, contrib/docker-compose/ and snap/ to .dockerignore for extra safety
2022-06-26 13:35:48 +01:00

9 lines
91 B
Plaintext

/bin
/pkg
/snap
/contrib/pyinfra
/contrib/docker-compose
/.gocache
/**/secrets
/**/keydump