From a01a2a13030e0e1d8b1193bce2cea27eaba140e9 Mon Sep 17 00:00:00 2001 From: Tim South <58297459+tim-s-ccs@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:32:58 +0000 Subject: [PATCH] Update Dockerfile.wsgi to copy template files --- docker-aws/Dockerfile.wsgi | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-aws/Dockerfile.wsgi b/docker-aws/Dockerfile.wsgi index 14c975972..267f9f929 100644 --- a/docker-aws/Dockerfile.wsgi +++ b/docker-aws/Dockerfile.wsgi @@ -7,4 +7,5 @@ FROM 473251818902.dkr.ecr.eu-west-2.amazonaws.com/dmp-base-wsgi:latest COPY --from=buildstatic ${APP_DIR}/node_modules/digitalmarketplace-govuk-frontend ${APP_DIR}/node_modules/digitalmarketplace-govuk-frontend COPY --from=buildstatic ${APP_DIR}/node_modules/govuk-frontend ${APP_DIR}/node_modules/govuk-frontend COPY --from=buildstatic ${APP_DIR}/app/content ${APP_DIR}/app/content +COPY --from=buildstatic ${APP_DIR}/app/templates/toolkit ${APP_DIR}/app/templates/toolkit COPY --from=buildstatic ${APP_DIR}/app/static ${APP_DIR}/app/static