From bcfed754129322deea4413e40f86156722587de7 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Tue, 8 Aug 2017 16:36:02 -0300 Subject: [PATCH] Use only one EXPOSE statement --- Dockerfile.l2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile.l2 b/Dockerfile.l2 index 372634e..cacd4fc 100644 --- a/Dockerfile.l2 +++ b/Dockerfile.l2 @@ -25,6 +25,4 @@ COPY --from=0 /etc/ssh/ssh_host_rsa_key /etc/ssh/ssh_host_rsa_key WORKDIR /app CMD ["./play-with-docker-l2", "-ssh_key_path", "/etc/ssh/ssh_host_rsa_key"] -EXPOSE 22 -EXPOSE 53 -EXPOSE 443 +EXPOSE 22 53 443 8080