Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
revoke dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed May 24, 2024
1 parent ec9d082 commit 8c820f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fsd_config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY --chown=appuser:appuser .yarn ./.yarn/
COPY --chown=appuser:appuser package.json yarn.lock .yarnrc.yml tsconfig.json ./
COPY --chown=appuser:appuser model/package.json ./model/
COPY --chown=appuser:appuser runner/package.json ./runner/
COPY --chown=appuser:appuser fsd_config ./fsd_config/
USER 1001

# ----------------------------
Expand Down Expand Up @@ -59,7 +60,6 @@ RUN yarn runner build
FROM build-runner as fsd-runner
ARG FORMS_DIR="forms-v3"
WORKDIR /usr/src/app
COPY --chown=appuser:appuser fsd_config ./fsd_config/
RUN rm -r runner/dist/server/forms && rm -r runner/src && rm -r runner/test
COPY ./fsd_config/form_jsons/cof/en/* runner/dist/server/forms/
COPY ./fsd_config/form_jsons/cof/cy/* runner/dist/server/forms/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"classes": "govuk-input--width-5"
},
"type": "NumberField",
"title": "What is the total commercial floorspace of the property, in meters squared?"
"title": "<label class=\"govuk-heading-l\" for=\"rFpLZQ\">What is the total commercial floorspace of the propertyasdfasfafsd, in meters squared?</label>"
}
],
"next": [
Expand Down

0 comments on commit 8c820f1

Please sign in to comment.