mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 05:15:49 -06:00
- Remove frontend build steps from GitHub Actions workflow - Add frontend-builder stage using oven/bun:1 in Dockerfile - Build frontend inside Docker for better consistency and portability - Copy built frontend from frontend-builder stage to runtime image - Simplify CI/CD pipeline by consolidating build steps