Skip to content

Conversation

@akshay-p-infosys
Copy link
Contributor

modify docker_run.sh so it uses the required docker command based on the parameter( dev/prod) passed

BRANCH="$1"

if [ "$BRANCH" = "dev" ]; then
docker run -v ${TEST_MATERIALS_SRC:-/data/test-materials}:/home/MVT/test-materials --network onemw-mvt_default --name mvt-app-dev -d --restart unless-stopped mvt-app-img-dev
Copy link
Contributor

@pradeep-raveendranpillai-infosys pradeep-raveendranpillai-infosys Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont use any LGI specific keywords - i.e. onemw-mvt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants