Skip to content

Commit

Permalink
fix(matcssi_cms): remove erroneous app dir copy
Browse files Browse the repository at this point in the history
There is no apps/ directory, so this COPY causes CI error.
  • Loading branch information
wesleyboar committed May 25, 2023
1 parent 00d34a3 commit 29de720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matcssi_cms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29de720

Please sign in to comment.