Skip to content

Commit

Permalink
Update Dockerfile.wsgi to copy template files
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Jan 25, 2024
1 parent a692c99 commit a01a2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-aws/Dockerfile.wsgi
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a01a2a1

Please sign in to comment.