Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc authored Feb 1, 2024
1 parent 02c6b1f commit 5663b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.label-schema.version=${WIREMOCK_VERSION:-1.0}
LABEL org.label-schema.description="Extends WireMock with a graphical user interface"
LABEL org.label-schema.url="https://github.com/holomekc/wiremock"
LABEL org.label-schema.vcs-url="https://github.com/holomekc/wiremock"
LABEL org.label-schema.vcs-ref=${GIT_SHA:0}
LABEL org.label-schema.vcs-ref=${GIT_SHA:0:7}
LABEL org.label-schema.vendor="Christopher Holomek"
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.docker.cmd="docker run -it --rm -p 8080:8080 -v $PWD/stubs:/home/wiremock holomekc/wiremock-gui:latest"
Expand Down

0 comments on commit 5663b2e

Please sign in to comment.