From 29de720504325114531f47551c63f15b2b2f7eca Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Thu, 25 May 2023 14:50:15 -0500 Subject: [PATCH] fix(matcssi_cms): remove erroneous app dir copy There is no apps/ directory, so this COPY causes CI error. --- matcssi_cms/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/matcssi_cms/Dockerfile b/matcssi_cms/Dockerfile index cb374f74..fff94426 100644 --- a/matcssi_cms/Dockerfile +++ b/matcssi_cms/Dockerfile @@ -3,6 +3,5 @@ FROM taccwma/core-cms:4ef3608 WORKDIR /code -COPY /src/apps /code/apps COPY /src/taccsite_custom /code/taccsite_custom COPY /src/taccsite_cms /code/taccsite_cms