From 57bcf56a55ee9e700eb49401a4e06196873f60f0 Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Thu, 7 Dec 2023 11:16:35 -0500 Subject: [PATCH] added note about building into EE --- devspaces/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devspaces/README.md b/devspaces/README.md index f5b7f8e..63eb16f 100644 --- a/devspaces/README.md +++ b/devspaces/README.md @@ -16,6 +16,9 @@ to modify your existing EE to work in Dev Spaces. 4) Modify the devfile.yaml and adjust for your registry and image +## Note: You could also take the two COPY steps and two RUN steps and include them in your execution-environment.yml to make this part of your EE build process +https://github.com/shadowman-lab/Ansible-PAH/tree/main/roles/build_shadowmandevspaces + # Set Up Git Config: 1) Login to OpenShift