Skip to content

Commit

Permalink
Added wiremock version (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 authored Aug 19, 2024
1 parent d61533e commit 5cd6693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hmpps-wiremock/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM wiremock/wiremock:latest
FROM wiremock/wiremock:3.9.1
RUN addgroup --gid 2000 --system wiremock && adduser --uid 2000 --system wiremock --gid 2000

COPY --chown=wiremock:wiremock wiremock /home/wiremock

USER 2000
ENTRYPOINT ["/docker-entrypoint.sh", "--port=8090", "--global-response-templating", "--disable-gzip", "--verbose"]
ENTRYPOINT ["/docker-entrypoint.sh", "--port=8090", "--global-response-templating", "--disable-gzip", "--verbose"]

0 comments on commit 5cd6693

Please sign in to comment.