Skip to content

Commit f627718

Browse files
Removed testing-related name
1 parent feb11d9 commit f627718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.setup-probation-offender-search

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:current-alpine3.17
22

33
RUN apk update && apk add bash curl
44

5-
RUN curl https://probation-offender-search-dev.hmpps.service.justice.gov.uk/v3/api-docs > probation-offender-search-1.json && \
5+
RUN curl https://probation-offender-search-dev.hmpps.service.justice.gov.uk/v3/api-docs > probation-offender-search.json && \
66
npm install -g @stoplight/prism-cli
77

8-
CMD prism mock -p 4010 -h 0.0.0.0 /probation-offender-search-1.json
8+
CMD prism mock -p 4010 -h 0.0.0.0 /probation-offender-search.json

0 commit comments

Comments
 (0)