.dockerignore 189 B

12345678910111213141516
  1. // Ignore everything
  2. *
  3. // Allow what is needed
  4. !.git
  5. !docker/healthcheck.sh
  6. !docker/start.sh
  7. !macros
  8. !migrations
  9. !src
  10. !build.rs
  11. !Cargo.lock
  12. !Cargo.toml
  13. !rustfmt.toml
  14. !rust-toolchain.toml