We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6647db commit b682f13Copy full SHA for b682f13
Dockerfile
@@ -49,7 +49,6 @@ WORKDIR /home/wiremock
49
50
COPY docker-entrypoint.sh /
51
52
-VOLUME /home/wiremock
53
EXPOSE 8080 8443
54
55
ENTRYPOINT ["/docker-entrypoint.sh"]
alpine/Dockerfile
@@ -19,7 +19,6 @@ WORKDIR /home/wiremock
19
20
21
22
23
24
25
readme.md
@@ -21,7 +21,6 @@
## The image includes
- `EXPOSE 8080 8443` : the wiremock http/https server port
-- `VOLUME /home/wiremock` : the wiremock data storage
26
## How to use this image
27
0 commit comments