dockerfile: explicitly specify protocol in EXPOSE instructions

This commit is contained in:
Sameer Naik
2015-07-12 23:15:00 +05:30
parent 2b6d6604a9
commit 7348f88758
+1 -3
View File
@@ -19,8 +19,6 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
ADD start /start
RUN chmod 755 /start
EXPOSE 5432
EXPOSE 5432/tcp
VOLUME ["/var/lib/postgresql", "/run/postgresql"]
CMD ["/start"]