fix: update dev backend and frontend root folder#1367
Merged
mutambaraf merged 2 commits intodevelopfrom Feb 23, 2026
Merged
Conversation
TCMeldrum
approved these changes
Feb 20, 2026
jekabs-karklins
approved these changes
Feb 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the root folders for both backend and frontend in the development environment.
Motivation and Context
This change was necessary due to updates introduced in PR #1347. We now want to mount the validation folder at the root and the app inside another layer (e.g., frontend) to match the ../../ folder structure.
Changes
/appto/app/backendin the Dockerfile.dev file./appto/app/frontendin the Dockerfile.dev file.These changes ensure that the backend and frontend directories are correctly located in their respective root folders, enhancing the structure and readability of the project.
How Has This Been Tested?
Fixes Jira Issue
https://jira.esss.lu.se/browse/
Depends On
Tests included/Docs Updated?