crunch-time / crunch-time/crunchtime
Update build process (Maven plugin -> Dockerfile)
- Dominant language
- Vue
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The frontend is currently built using a Maven plugin. We did this because the application was shipped as an executable `.jar` file. Now that we're adopting Docker, we should build the frontend as part of the Docker image, just like we do the frontend. This would essentially be copy/pasting the build steps from the Maven plugin to the Dockerfile.
One caveat will be copying the built frontend properly so Spring Boot can load it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the existing Maven frontend build plugin steps and inspect the Dockerfile, then determine how the built frontend is copied for Spring Boot to load. Done means the frontend builds as part of the Docker image and is served correctly by the application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, spring-boot
- Domain
- backend, build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100