mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-02 12:40:44 +08:00
moved configuration bits to init script
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user