moved configuration bits to init script

This commit is contained in:
Sameer Naik
2014-06-28 23:42:23 +05:30
parent 22035c8ee6
commit 23700349b9
3 changed files with 15 additions and 34 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ MAINTAINER sameer@damagehead.com
RUN apt-get update && \
apt-get install -y postgresql postgresql-client && \
rm -rf /var/lib/postgresql && \
apt-get clean # 20140525
ADD assets/ /app/
RUN chmod 755 /app/init /app/setup/install
RUN /app/setup/install
RUN chmod 755 /app/init
EXPOSE 5432