We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b2f3f commit 928deb4Copy full SHA for 928deb4
Dockerfile.setup-prisoner-search
@@ -3,7 +3,7 @@ FROM node:current-alpine3.17
3
RUN apk update && apk add bash curl --no-cache
4
5
RUN curl https://prisoner-search-dev.prison.service.justice.gov.uk/v3/api-docs > prisoner-offender-search.json && \
6
- sed -i "s+\*/\*+application/json+g" prisoner-offender-search.json && \
+ sed -i 's/\*\/\*/application\/json/g' prisoner-offender-search.json && \
7
npm install -g @stoplight/prism-cli
8
9
RUN adduser -D user
0 commit comments