We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb11d9 commit f627718Copy full SHA for f627718
Dockerfile.setup-probation-offender-search
@@ -2,7 +2,7 @@ FROM node:current-alpine3.17
2
3
RUN apk update && apk add bash curl
4
5
-RUN curl https://probation-offender-search-dev.hmpps.service.justice.gov.uk/v3/api-docs > probation-offender-search-1.json && \
+RUN curl https://probation-offender-search-dev.hmpps.service.justice.gov.uk/v3/api-docs > probation-offender-search.json && \
6
npm install -g @stoplight/prism-cli
7
8
-CMD prism mock -p 4010 -h 0.0.0.0 /probation-offender-search-1.json
+CMD prism mock -p 4010 -h 0.0.0.0 /probation-offender-search.json
0 commit comments