Weekly Sync - 23 April 2024 #2666
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
working on backend graphql refactor an adding logging |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Merged PR in to use Kratos to secure the Admin UI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please add agenda items below and give your weekly update in a comment. Thank you!
Agenda
Discussion
frontend
Admin UI run using Remix. To run Remix in dev mode for HMR you need to have a container that includes the ability to build and run code. This means we need dev dependencies inside the container. Whereas for a production Dockerfile we have everything layered so that there is a build stage, and only the build assets are copied over, there is a production dependency layer so that only production required packages are installed and then there is a runner mode so that all the code is statically copied into the Docker image and the container is lightweight and only has what it needs to run.frontend
but we are planning on adding end-to-end tests forfrontend
frontend
fails because it looks for a dev server that doesn't existBeta Was this translation helpful? Give feedback.
All reactions