Skip to content

Commit 3f01a88

Browse files
committed
remove unnecessary EXPOSE statements
1 parent c71f08c commit 3f01a88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ RUN unzip browsermob-proxy-$VERSION-bin.zip && \
1010
FROM java:8-jre-alpine
1111
WORKDIR /app
1212
COPY --from=builder /app/browsermob-proxy /app/browsermob-proxy
13-
EXPOSE 8080
14-
EXPOSE 39500-39999
1513
ENTRYPOINT ["/app/browsermob-proxy/bin/browsermob-proxy"]

0 commit comments

Comments
 (0)