mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
feat: add Docker support with Dockerfile and docker-compose configuration
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Never bake secrets or runtime state into the image.
|
||||
config.json
|
||||
ca/
|
||||
|
||||
# Python runtime artifacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.venv/
|
||||
venv/
|
||||
*.egg-info/
|
||||
|
||||
# Development / OS clutter
|
||||
.git/
|
||||
.gitignore
|
||||
.vscode/
|
||||
*.log
|
||||
Reference in New Issue
Block a user