- Multi-stage Dockerfile for Go backend (golang:1.25-alpine -> alpine:3) - Multi-stage Dockerfile for Next.js frontend (bun:1 -> node:22-alpine) - docker-compose.yml with backend + frontend services, health checks - Next.js standalone output + API rewrites to proxy /api/* to backend - .dockerignore files for both services - .env.example documenting required environment variables
7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
bin/
|
|
*.exe
|
|
.git
|
|
.gitignore
|
|
Dockerfile
|
|
.dockerignore
|