mirror of
https://github.com/Pacerino/CaddyProxyManager.git
synced 2026-07-22 05:31:41 -04:00
Multi-stage Dockerfile builds the frontend and backend into a single Alpine image bundling Caddy, started via an entrypoint. CI runs backend tests (with race detector), builds the frontend and publishes the image to GHCR on master/tags. Targets a self-hosted runner with a local build cache. Updates .gitignore (secrets/runtime state) and README.
11 lines
107 B
Plaintext
11 lines
107 B
Plaintext
**/node_modules
|
|
frontend/dist
|
|
frontend/.vite
|
|
backend/embed/assets
|
|
**/*.db
|
|
.git
|
|
.github
|
|
*.md
|
|
.weave
|
|
.vscode
|