taskchampion-sync-server/.dockerignore
adamanteye b2dbfb12f1
feat(docker): simplify docker compose for end users
The previous docker-compose requires end user to manually handle
permissions of taskchampion data dir. And this commit has directories
automatically set up in docker-entrypoint.sh, just like what
postgresql did in https://github.com/docker-library/postgres/blob/master/docker-entrypoint.sh
2025-03-01 04:15:23 +08:00

7 lines
73 B
Text

*
!Cargo.toml
!Cargo.lock
!core/
!server/
!sqlite/
!docker-entrypoint.sh