Add Production Dockerfile for Admin Container #287
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mérföldkő: Infrastructure & Deployment
Cél: Create a production-grade Dockerfile for the Nuxt 3 admin container with multi-stage build and Nginx serving.
🔗 Függőségek (Dependencies)
📝 Elemzés
Current Dockerfile.dev uses node:20-slim with npm run dev. Production needs: build stage (npm run build), Nginx stage to serve static files, healthcheck, and proper restart policies. Add a new service sf_admin_frontend_prod to docker-compose.yml.