dockerfile: clean up

This commit is contained in:
Sameer Naik
2014-09-04 14:24:04 +05:30
parent abcbb9b17d
commit d33c7cb512
+2
View File
@@ -10,6 +10,8 @@ ADD start /start
RUN chmod 755 /start
EXPOSE 5432
VOLUME ["/var/lib/postgresql"]
VOLUME ["/var/run/postgresql"]
CMD ["/start"]