Files
jupyterhub/examples/postgres_db/Dockerfile
2014-10-30 17:30:01 -04:00

6 lines
171 B
Docker

FROM postgres:9.3
RUN mkdir /docker-entrypoint-initdb.d
COPY initdb.sh /docker-entrypoint-initdb.d/init.sh
# Set your own password here.
ENV JPY_PSQL_PASSWORD arglebargle