diff --git a/custom/testing/amazonlinux-2023.Dockerfile b/custom/testing/amazonlinux-2023.Dockerfile index 18dd6bd..324c4f6 100644 --- a/custom/testing/amazonlinux-2023.Dockerfile +++ b/custom/testing/amazonlinux-2023.Dockerfile @@ -1,7 +1,7 @@ FROM amazonlinux:2023 -#COPY golden-pillar-tree golden-pillar-tree -#COPY golden-state-tree golden-state-tree +COPY golden-pillar-tree golden-pillar-tree +COPY golden-state-tree golden-state-tree SHELL ["/bin/bash", "-c"] @@ -20,12 +20,12 @@ RUN <