summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 7b9c92b87d728b41f6b23d1381dc691f4f96fcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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