summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 21179a1d7f0a2fd4a4710ef84ee50b2df4075bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ignore everything
*

# Include only code files
!/glances/**/*.py

# Include WebUI files (remove when webui moved to seperate package)
!/glances/outputs/static

# Include Requirements files
!/requirements.txt
!/docker-requirements.txt
!/webui-requirements.txt
!/optional-requirements.txt

# Include Config file
!/docker-compose/glances.conf

# Include binary file
!/docker-bin.sh