Commit Graph

15 Commits

Author SHA1 Message Date
Jon Staab 8710043a02 Fix env conventions again 2026-04-02 14:01:09 -07:00
Jon Staab 16c6015919 Move from .env to .env.local 2026-03-09 21:12:50 -07:00
mplorentz eeacaca725 Fix a docker rebuild issue (#88)
The Docker build wasn't making use of docker's cache because the .git directory was being copied into the build context. This means that even if the app did not change, if anything in git changed then docker would rebuild the entire app.

This excludes the .git folder from the docker build, instead relying on the user to pass in the build hash at build time. Which is annoying but I don't think there's a better way around it.

This was annoying me because I am deploying a self-hosted version of flotilla from a git branch via ansible and it was rebuilding flotilla every time.

Co-authored-by: mplorentz <mplorentz@noreply.gitea.coracle.social>
Reviewed-on: #88
Co-authored-by: Matt Lorentz <mplorentz@noreply.coracle.social>
Co-committed-by: Matt Lorentz <mplorentz@noreply.coracle.social>
2026-03-09 21:12:35 -07:00
Jon Staab b62b1bc063 Don't source local .env file on build 2025-11-04 09:18:26 -08:00
Jon Staab 317ab57ed2 Use env instead of env.local 2025-05-12 08:27:46 -07:00
Jon Staab 52ef67740a Move default env to env.template, fix notifier relay/pubkey 2025-05-12 08:27:07 -07:00
Jon Staab b129ef4242 Add build hash 2025-01-28 14:51:33 -08:00
Jon Staab e15fb3ce9c Update app icon 2025-01-17 09:08:55 -08:00
Jon Staab 27613686fd Add capacitor, fix some mobile bugs 2024-11-15 15:16:06 -08:00
Jon Staab f0d53ebb39 WE'LL DO IT LIVE 2024-10-23 08:55:40 -07:00
Jon Staab b28526f13e Remove hack 2024-10-22 17:41:07 -07:00
Jon Staab ccbeacd6e5 Hack webmanifest 2024-10-22 17:38:16 -07:00
Jon Staab 88c634edbd Try a different command 2024-10-22 17:16:25 -07:00
Jon Staab 27da0e5096 Avoid overwriting env vars 2024-10-22 17:13:36 -07:00
Jon Staab c585eb4361 Add build script 2024-10-22 17:07:49 -07:00