Add Dockerfile, frontend image, and local compose stack

This commit is contained in:
megaproxy 2026-07-16 23:29:01 +01:00
parent ac72db9925
commit 3e2fbebac7
7 changed files with 199 additions and 1 deletions

16
.dockerignore Normal file
View file

@ -0,0 +1,16 @@
node_modules
frontend
logs
coverage
.git
.gitignore
.env
.env.*
!.env.example
*.md
!README.md
test_*.html
.claude
docker-compose*.yml
Dockerfile
.dockerignore