* [FIX] DOCKER: Update docker files to standardize the dev and prod Docker image * [FIX] DOCKER: Fix docker configuration of Horilla for runtime errors * [FIX] Standardise and reduce Docker configuration of Horilla * [UPDT] DOCKER: Standardise directory structure of Docker and related files for Horilla standards (#934) * Multi stage Dockerfile for size reduction
90 lines
851 B
Plaintext
90 lines
851 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
media/
|
|
staticfiles/
|
|
static_root/
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
README.md
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
.vscode
|
|
.idea
|
|
*.pyc
|
|
__pycache__
|
|
.pytest_cache
|
|
.coverage
|
|
*.log
|
|
.env
|
|
horillavenv
|
|
node_modules
|
|
.DS_Store
|