Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Dockerfile to separate devbox shell cmd and application tart
Replaces the single CMD instruction with two separate commands: one to open the devbox shell and another to run the Spring Boot application server. This enhances modularity and ensures clean execution of each step.
- Loading branch information