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

6
frontend/.dockerignore Normal file
View file

@ -0,0 +1,6 @@
node_modules
dist
.git
*.md
Dockerfile
.dockerignore