summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 45e2da8a3a9241c1cee52a920d890bd886451f25 (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