mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-03 23:31:41 +00:00
7c3be23429
Also, allow trace logging in bootstrapd (disabled by default, but enabled on the websockify docker image so we can debug things there).
23 lines
711 B
Docker
23 lines
711 B
Docker
# Very selectively add files to the image, because we may have random stuff
|
|
# lying around. In particular, we don't need to rebuild the docker image when
|
|
# toxav changes or the Dockerfile changes down from the build.
|
|
**/*
|
|
!cmake/*
|
|
!other/bootstrap_daemon/bash-completion/*
|
|
!other/bootstrap_daemon/docker/get-nodes.py
|
|
!other/bootstrap_daemon/docker/tox-bootstrapd.sha256
|
|
!other/bootstrap_daemon/src/*
|
|
!other/bootstrap_daemon/tox-bootstrapd.conf
|
|
!other/bootstrap_node_packets.[ch]
|
|
!other/DHT_bootstrap.c
|
|
!other/pkgconfig/*
|
|
!other/rpm/*
|
|
!testing/misc_tools.[ch]
|
|
!toxcore/**/*
|
|
!toxencryptsave/**/*
|
|
!third_party/cmp/cmp.[ch]
|
|
!CMakeLists.txt
|
|
!so.version
|
|
!other/bootstrap_daemon/CMakeLists.txt
|
|
!testing/CMakeLists.txt
|