Refactor Dockerfile to optimize build and align with CI artifacts

This commit is contained in:
2025-06-01 20:55:43 +02:00
parent b74509d45d
commit 7649860b43
2 changed files with 23 additions and 23 deletions

View File

@@ -12,6 +12,12 @@ build_frontend:
cd frontend
npm install
npx next build
artifacts:
paths:
- frontend/.next
- frontend/public
- frontend/package.json
- frontend/package-lock.json
docker_frontend:
extends: .docker-build-template