- Introduced a Dockerfile that implements a multi-stage build process for the application. - The first stage builds the frontend using Node.js and pnpm. - The second stage compiles the Go binary with embedded frontend assets. - The final stage creates a minimal runtime image, setting up necessary environment variables and exposing the application on port 8080.
1.2 KiB
1.2 KiB