Merge pull request #180 from mspringfield/MS_initsqlerr

change permissions on init-db.sql to prevent permissions error on build
pull/198/head
Piero Toffanin 2017-05-24 09:47:41 -04:00 zatwierdzone przez GitHub
commit 1cd8fd4bce
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -12,3 +12,4 @@ RUN apt-get update \
EXPOSE 5432
COPY init.sql /docker-entrypoint-initdb.d/init-db.sql
RUN chmod 644 /docker-entrypoint-initdb.d/init-db.sql