Refactor Dockerfile to optimize build and align with CI artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user