issues
search
CDCgov
/
phdi
https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
35
stars
14
forks
source link
remove dependency on turbo and shared resources from ecr-viewer
#2762
Closed
BobanL
closed
2 weeks ago
BobanL
commented
1 month ago
What needs to be done
Remove Turbo from ecr-viewer
Delete shared resources
Why it needs to be done
Additional unused overhead should be removed
Acceptance Criteria
[ ] eCR Viewer no longer relies on turbo to build
[ ] eCR Viewer no longer has a dependency on shared resources
[ ] shared resources is deleted
Technical Notes
Use these PRs to see what changes were made #2044 and possibly #2147
Additional context
emmastephenson
commented
4 weeks ago
Reverting #2044 and maybe #2147
Changing Dockerfile; changing Github Action workflows; code deletion; moving any shared resources back into the eCR Viewer container
Can check NextJS sample Dockerfile for help
What needs to be done
Why it needs to be done
Acceptance Criteria
Technical Notes
Additional context