1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Remove all EXPOSEd ports. Fixes GH-15.

This commit is contained in:
Hongli Lai (Phusion)
2014-02-25 10:49:08 +01:00
parent 5e9f60b0ea
commit aa46e10163

View File

@@ -11,4 +11,3 @@ RUN /build/prepare.sh && \
/build/cleanup.sh
CMD ["/sbin/my_init"]
EXPOSE 22 80 443