dockerfile: combine VOLUME instructions

This commit is contained in:
Sameer Naik
2015-07-12 23:14:05 +05:30
parent 8627633263
commit 2b6d6604a9
+1 -2
View File
@@ -21,7 +21,6 @@ RUN chmod 755 /start
EXPOSE 5432
VOLUME ["/var/lib/postgresql"]
VOLUME ["/run/postgresql"]
VOLUME ["/var/lib/postgresql", "/run/postgresql"]
CMD ["/start"]